# SocialCG Issue Triage
Attending:
- Evan Prodromou @evan@cosocial.ca
- Emelia Smith
## ActivityStreams
Started with 3 pending closure, 0 unassigned/unlabelled.
Have closed 3 issues as resolved. The OWL document will now be maintained by Evan P.
## ActivityPub
### Semantics of embedded objects of Update activities in collections of activities #408
https://github.com/w3c/activitypub/issues/408
The question is what kind of representation of an object do you need for an `Update`.
Evan: We have a requirement for the format of `Update` Activities for the following contexts: in ActivityPub API (C2S) the object should be a delta of changed properties with their new values. For ActivityPub Federation (S2S) the object should be the full set of properties, old and new. It's not possible with current vocabulary to identify what properties where changed in an Update activity. (abbreviated, left as comment on issue)
Additional notes are in the issue comments.
### Sharing a post routes around a server block #405
https://github.com/w3c/activitypub/issues/405
Essentially an Announce activity with a complete `object` property can circumvent blocks / server blocks.
Primer page is being written by Evan P.