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.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/J26waggx5Iw",
"published": "2025-09-09T11:47:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/obUD1svOwLo",
"published": "2025-09-09T11:47:54Z",
"content": "https://www.w3.org/ns/activitystreams#Public"
}
}
misskey
{
"id": "acg1wahcvoex001p",
"createdAt": "2025-09-09T11:47:54.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "https://www.w3.org/ns/activitystreams#Public",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/obUD1svOwLo",
"clippedCount": 0
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"as:Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/v2DaZeqNGm4",
"published": "2025-09-09T11:47:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"as:Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/QpIoH3ZNv90",
"published": "2025-09-09T11:47:55Z",
"content": "as:Public"
}
}
misskey
{
"id": "acg1wb94voex001q",
"createdAt": "2025-09-09T11:47:55.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "as:Public",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/QpIoH3ZNv90",
"clippedCount": 0
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/O62wOLB1CGo",
"published": "2025-09-09T11:47:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/QHTEuS8e-KM",
"published": "2025-09-09T11:47:55Z",
"content": "Public"
}
}
misskey
{
"id": "acg1wb94voex001r",
"createdAt": "2025-09-09T11:47:55.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Public",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/QHTEuS8e-KM",
"clippedCount": 0
}