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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture_one_actor/actor/FGl5GmJlM2o",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/ZDVcwYjkDsg",
"published": "2024-03-06T18:17:07Z",
"content": "https://www.w3.org/ns/activitystreams#Public"
}
}
mitra
{
"id": "018e14fb-de3b-694e-d866-d40b7c6b6168",
"uri": "http://pasture_one_actor/actor/ZDVcwYjkDsg",
"url": null,
"created_at": "2024-03-06T18:17:07Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 20,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "https://www.w3.org/ns/activitystreams#Public",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
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://mitra/users/admin",
"as:Public"
],
"id": "http://pasture_one_actor/actor/uOficL1D0LA",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"as:Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/ml-boTd_eXI",
"published": "2024-03-06T18:17:27Z",
"content": "as:Public"
}
}
mitra
{
"id": "018e14fc-2c5d-d536-11e4-0d7ca69c9cfb",
"uri": "http://pasture_one_actor/actor/ml-boTd_eXI",
"url": null,
"created_at": "2024-03-06T18:17:27Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 21,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "as:Public",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}
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://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/gKHSVOEGQYM",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"Public",
"http://mitra/users/admin"
],
"id": "http://pasture_one_actor/actor/Wy3wXqSaPcU",
"published": "2024-03-06T18:17:47Z",
"content": "Public"
}
}
mitra
{
"id": "018e14fc-7a7c-263f-2973-07adacee9d5f",
"uri": "http://pasture_one_actor/actor/Wy3wXqSaPcU",
"url": null,
"created_at": "2024-03-06T18:17:47Z",
"edited_at": null,
"account": {
"id": "018e14f5-f041-23ce-02af-d040b908c232",
"username": "actor",
"acct": "actor@pasture_one_actor",
"actor_id": "http://pasture_one_actor/actor",
"url": "http://pasture_one_actor/actor",
"display_name": "Test Actor",
"created_at": "2024-03-06T18:10:45.953735Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 22,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Public",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "018e14f4-d873-ad2f-57db-aa3652520cfb",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"ipfs_cid": null,
"token_id": null,
"token_tx_id": null,
"links": []
}