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/wt-ITUgJ3Ng",
"published": "2025-09-09T09:32:38Z",
"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/jJ_UhSo_-kE",
"published": "2025-09-09T09:32:38Z",
"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/QmzApWD7Xe0",
"published": "2025-09-09T09:32:38Z",
"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/6YBg3R97uAY",
"object": {
"attributedTo": "http://actor.example",
"content": "https://www.w3.org/ns/activitystreams#Public",
"id": "http://actor.example/object/u561H8Gb4BI",
"published": "2025-09-09T09:32:38Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-09-09T09:32:38Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"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/xDV-xEuM3DI",
"object": {
"attributedTo": "http://actor.example",
"content": "as:Public",
"id": "http://actor.example/object/t0IKprdRF1w",
"published": "2025-09-09T09:32:38Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-09-09T09:32:38Z",
"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/oOPL3sYk7KU",
"object": {
"attributedTo": "http://actor.example",
"content": "Public",
"id": "http://actor.example/object/y6XB3QrkxwI",
"published": "2025-09-09T09:32:38Z",
"to": [
"Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-09-09T09:32:38Z",
"to": [
"http://remote.example/",
"Public"
],
"type": "Create"
}