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

```json title="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://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/jCZRRcmtv6c",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/VGecqUkzEWQ",
    "published": "2024-03-31T14:54:03Z",
    "content": "https://www.w3.org/ns/activitystreams#Public"
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "https://www.w3.org/ns/activitystreams#Public"
    },
    "context": "http://pasture-one-actor/actor/VGecqUkzEWQ",
    "conversation_id": 1097937728,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/VGecqUkzEWQ",
  "bookmarked": false,
  "language": null,
  "content": "https://www.w3.org/ns/activitystreams#Public",
  "quote": null,
  "id": "AgPjz16OqpsxtA4lvM",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/VGecqUkzEWQ",
  "created_at": "2024-03-31T14:54:03.000Z",
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-31T14:52:27.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-31",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 12,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "text": null,
  "emojis": [],
  "media_attachments": [],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}
```

Example 2

```json title="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://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/7IYB6IPsRYY",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "as:Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/aTpn6vyaaow",
    "published": "2024-03-31T14:54:04Z",
    "content": "as:Public"
  }
}
```


no result

Example 3

```json title="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://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/jcX23xwSf18",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/svpEiG98zrs",
    "published": "2024-03-31T14:54:15Z",
    "content": "Public"
  }
}
```


no result