Skip to content

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://sharkey/users/a0whodv02hfc0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/EMTAXiPltUc",
  "published": "2024-11-22T16:01:02Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0whodv02hfc0001"
    ],
    "id": "http://pasture-one-actor/actor/1F9xLCFeo3U",
    "published": "2024-11-22T16:01:02Z",
    "content": "https://www.w3.org/ns/activitystreams#Public"
  }
}
sharkey
{
  "id": "a0whsxm8w4a6000f",
  "uri": "http://pasture-one-actor/actor/1F9xLCFeo3U",
  "url": "http://pasture-one-actor/actor/1F9xLCFeo3U",
  "account": {
    "id": "a0whpwz8w4a60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-22T15:58:41.204Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 8,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://www.w3.org/ns/activitystreams#Public\">www.w3.org/ns/activitystreams#Public</a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "https://www.w3.org/ns/activitystreams#Public",
  "created_at": "2024-11-22T16:01:02.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

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://sharkey/users/a0whodv02hfc0001",
    "as:Public"
  ],
  "id": "http://pasture-one-actor/actor/_kgtB6h1zOw",
  "published": "2024-11-22T16:01:03Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "as:Public",
      "http://sharkey/users/a0whodv02hfc0001"
    ],
    "id": "http://pasture-one-actor/actor/aht0qAu2988",
    "published": "2024-11-22T16:01:03Z",
    "content": "as:Public"
  }
}
sharkey
{
  "id": "a0whsye0w4a6000g",
  "uri": "http://pasture-one-actor/actor/aht0qAu2988",
  "url": "http://pasture-one-actor/actor/aht0qAu2988",
  "account": {
    "id": "a0whpwz8w4a60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-22T15:58:41.204Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 9,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>as:Public</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "as:Public",
  "created_at": "2024-11-22T16:01:03.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

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://sharkey/users/a0whodv02hfc0001"
  ],
  "id": "http://pasture-one-actor/actor/Vwm91m7Em4E",
  "published": "2024-11-22T16:01:04Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "Public",
      "http://sharkey/users/a0whodv02hfc0001"
    ],
    "id": "http://pasture-one-actor/actor/oZo0VCZy2pc",
    "published": "2024-11-22T16:01:04Z",
    "content": "Public"
  }
}
sharkey
{
  "id": "a0whsz5sw4a6000h",
  "uri": "http://pasture-one-actor/actor/oZo0VCZy2pc",
  "url": "http://pasture-one-actor/actor/oZo0VCZy2pc",
  "account": {
    "id": "a0whpwz8w4a60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-22T15:58:41.204Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 10,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>Public</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "Public",
  "created_at": "2024-11-22T16:01:04.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}