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": [
"http://misskey/users/a0wh2n1f43tl0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/aKAHCleNXeg",
"published": "2024-11-22T15:44:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/CUtUNQLQq8g",
"published": "2024-11-22T15:44:08Z",
"content": "https://www.w3.org/ns/activitystreams#Public"
}
}
misskey
{
"id": "a0wh777k5jgn000f",
"createdAt": "2024-11-22T15:44:08.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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/actor/CUtUNQLQq8g",
"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": [
"http://misskey/users/a0wh2n1f43tl0001",
"as:Public"
],
"id": "http://pasture-one-actor/actor/8virZB8eMlE",
"published": "2024-11-22T15:44:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"as:Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/xPfU76GuqGE",
"published": "2024-11-22T15:44:09Z",
"content": "as:Public"
}
}
misskey
{
"id": "a0wh77zc5jgn000g",
"createdAt": "2024-11-22T15:44:09.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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/actor/xPfU76GuqGE",
"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": [
"http://misskey/users/a0wh2n1f43tl0001",
"Public"
],
"id": "http://pasture-one-actor/actor/vs8ZXNrUVHw",
"published": "2024-11-22T15:44:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/9T_VvoltDuM",
"published": "2024-11-22T15:44:09Z",
"content": "Public"
}
}
misskey
{
"id": "a0wh77zc5jgn000h",
"createdAt": "2024-11-22T15:44:09.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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/actor/9T_VvoltDuM",
"clippedCount": 0
}