Just noticed that Youtube now has co-authored videos. It's something that Instagram has had for ages now but I hadn't seen anywhere else. This is something I think we should really design for the fediverse.
@liaizon We need more collaborative object implementations. It's how the world works (and we should want it to work).
The spec is already there (attributedTo) can be 'one or more objects', and the actor can already be a group or organization.
@ekes have you seen anything implemented in on the fediverse that shares ownership of a single object between two actors and surfaces that information to the front end? So not like group or organization

@liaizon Nope.

I see different actor and attributedTo for collaborative things: mobilizon, discourse. But attributedTo is singular.

Does an attempt at a search of the web for json strings. Ohh... could PeerTube potentially: https://github.com/Chocobozzz/PeerTube/issues/2704

ActivityPub Video `attributedTo` field malformed · Issue #2704 · Chocobozzz/PeerTube

What happened? When fetching videos, the attributedTo looks like this: "attributedTo": [ { "type": "Person", "id": "https://peertube.koehn.com/accounts/bkoehn" }, { "type": "Group", "id": "https://...

GitHub