Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @silverpill@socialhub.activitypub.rocks
petitminion@petitminion@socialhub.activitypub.rocks (2026-03-23 20:17:19)
Thanks for having a look ! It’s a single word.

---Reply--- silverpill@silverpill@mitra.social (2026-03-24 04:43:42) This may limit interoperability because audience is supposed to contain IDs (either actor IDs or collection IDs). I think many servers don't even check audience, and rely only on to and cc.

Here's how these special strings could be translated into IDs for to / cc:

- me: current actor ID.
- instance: special collection ID, similar to https://www.w3.org/ns/activitystreams#Public. Prior art: Akkoma uses https://server.example/#Public for local-only posts.
- followers: actor's followers collection ID.
- everyone: https://www.w3.org/ns/activitystreams#Public
Reply

---Replies---
petitminion@petitminion@socialhub.activitypub.rocks (2026-03-31 21:41:44)
\audience\ can be object or link : https://www.w3.org/TR/activitystreams-vocabulary/#dfn-audience . Your proposition is too complicate from my pov. We could, send an object like :{
"type": "Group",
"name": audience_string
},