go-fed / activity

ActivityStreams & ActivityPub in golang, oh my!
BSD 3-Clause "New" or "Revised" License
711 stars 111 forks source link

Ensure Like activities are being added to `likes` collection #64

Closed cjslep closed 6 years ago

cjslep commented 6 years ago

Currently actors are being added, not the Liked activities, to the likes collection.

Every object MAY have a likes collection. This is a list of all Like activities with this object as the object property, added as a side effect.

cjslep commented 6 years ago

Thanks to @tuxether for bringing this to my attention just now.

cjslep commented 6 years ago

Fixed in 8fa0f2395c40c7df29d969b6a1f463668c6197f3