Changes
2 changed files (+4/-4)
-
-
@@ -2,6 +2,6 @@ module github.com/go-ap/activitypubrequire ( github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd github.com/go-ap/activitystreams v0.0.0-20190518204554-385e1cd2733e github.com/go-ap/activitystreams v0.0.0-20190530184402-5829d059925a github.com/go-ap/jsonld v0.0.0-20190306111347-fbb94302fe92 )
-
-
-
@@ -151,7 +151,7 @@ S2S Server: Deduplication of recipient listc.CC.Append(cc) c.BCC.Append(cc) c.RecipientsDeduplication() c.Recipients() checkDedup := func(list a.ItemCollection, recIds *[]a.ObjectID) error { for _, rec := range list {
-
@@ -214,7 +214,7 @@ Activity being notified aboutc.BCC.Append(cc) c.BCC.Append(p) c.RecipientsDeduplication() c.Recipients() checkActor := func(list a.ItemCollection, actor a.Item) error { for _, rec := range list {
-
@@ -266,7 +266,7 @@ S2S Server: Do-not-deliver considerationsb.To.Append(p) b.To.Append(bob) b.RecipientsDeduplication() b.Recipients() checkActor := func(list a.ItemCollection, ob a.Item) error { for _, rec := range list {
-