Changes
1 changed files (+8/-0)
-
-
@@ -753,6 +753,7 @@ func (b *Block) RecipientsDeduplication() {dedupObjects.Append(b.Object) recipientsDeduplication(&dedupObjects, &b.To, &b.Bto, &b.CC, &b.BCC) } func (c *Create) RecipientsDeduplication() { var dedupObjects ObjectsArr dedupObjects.Append(c.Actor)
-
@@ -760,6 +761,13 @@ func (c *Create) RecipientsDeduplication() {recipientsDeduplication(&dedupObjects, &c.To, &c.Bto, &c.CC, &c.BCC) } func (l *Like) RecipientsDeduplication() { var dedupObjects ObjectsArr dedupObjects.Append(l.Actor) dedupObjects.Append(l.Object) recipientsDeduplication(&dedupObjects, &l.To, &l.Bto, &l.CC, &l.BCC) } // GetType func (i IntransitiveActivity) GetType() ActivityVocabularyType { return i.Type
-