Public addressing¶
Public addressing is discussed here. The essential point here is that
Public, as:Public, and https://www.w3.org/ns/activitystreams#Public
are equivalent as JSON-LD and thus should be treated in the same way
by Fediverse applications.
Support Table Preview¶
| to | Object | Activity |
|---|---|---|
https://www.w3.org/ns/activitystreams#Public |
Object | Activity |
as:Public |
Object | Activity |
Public |
Object | Activity |
Objects¶
Object 1¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "https://www.w3.org/ns/activitystreams#Public",
"id": "http://actor.example/object/47eAC_NPUqU",
"published": "2025-11-21T12:04:54Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 2¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "as:Public",
"id": "http://actor.example/object/RjnAbu7I1YE",
"published": "2025-11-21T12:04:54Z",
"to": [
"as:Public"
],
"type": "Note"
}
Object 3¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "Public",
"id": "http://actor.example/object/FzPFfQA7w0o",
"published": "2025-11-21T12:04:54Z",
"to": [
"Public"
],
"type": "Note"
}
Activities¶
Activity 1¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/9hoXi4ps-BU",
"object": {
"attributedTo": "http://actor.example",
"content": "https://www.w3.org/ns/activitystreams#Public",
"id": "http://actor.example/object/T5Y7awK5GxY",
"published": "2025-11-21T12:04:54Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}
Activity 2¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/LrM7vKT2gL4",
"object": {
"attributedTo": "http://actor.example",
"content": "as:Public",
"id": "http://actor.example/object/PEp26E0W-18",
"published": "2025-11-21T12:04:54Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"to": [
"http://remote.example/",
"as:Public"
],
"type": "Create"
}
Activity 3¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/Z9E1soBI-0M",
"object": {
"attributedTo": "http://actor.example",
"content": "Public",
"id": "http://actor.example/object/a9ebhkaaqro",
"published": "2025-11-21T12:04:54Z",
"to": [
"Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"to": [
"http://remote.example/",
"Public"
],
"type": "Create"
}