Support collections of objects
I think the w3c spec mentions Collections of objects. This would be useful to support.
The use case for something like this is:
- a single user likes two posts in the same group in a period of time. "Sally liked 2 posts in My Group"
- multiple users liked the same post. "Three users liked your post"
Or many similar scenarios. If we can support this that would be awesome!
any implementation detail?
I was look into this as well, would be nice to group some actions under one action as described above. There's also the new v2.0 spec that describes collection in more detail: https://www.w3.org/TR/activitystreams-core/ but it's also present in v1.0: https://github.com/activitystreams/activity-schema/blob/master/activity-schema.md
Any update on this? Or does someone know of a workaround?
#27 is a similar issue from 2011 that was closed as it violated the Activity Stream spec at the time; now that the spec allows collections (as @valentijnscholten noted above) it would be a very useful feature to add.