Skip to content

HTML tags

Here we analyze, which types of HTML tags are allowed inside the content field. Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.

Due to firefish using markdown to format their content, the displayed result in the details table can be a bit off, please consult the example.

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/38jJ24d9Q78",
  "published": "2025-03-07T11:48:28Z",
  "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/TuSRrjK6koI",
    "published": "2025-03-07T11:48:28Z",
    "content": "<b>bold</b>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "bold"
    },
    "context": "http://pasture-one-actor/actor/TuSRrjK6koI",
    "conversation_id": 61872668,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/TuSRrjK6koI",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdB1n0gwGO7zhBY",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<b>bold</b>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/TuSRrjK6koI",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 38,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:28.000Z",
  "muted": false,
  "replies_count": 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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/PLeD5fLFRNQ",
  "published": "2025-03-07T11:48:29Z",
  "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/IcCDC8Ne7tc",
    "published": "2025-03-07T11:48:29Z",
    "content": "<strong>strong</strong>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "strong"
    },
    "context": "http://pasture-one-actor/actor/IcCDC8Ne7tc",
    "conversation_id": 324527388,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/IcCDC8Ne7tc",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdExgNu1waY6TL6",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<strong>strong</strong>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/IcCDC8Ne7tc",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 39,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:29.000Z",
  "muted": false,
  "replies_count": 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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/_tVxX3jJY3c",
  "published": "2025-03-07T11:48:29Z",
  "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/NTTvvTPz5Po",
    "published": "2025-03-07T11:48:29Z",
    "content": "<i>italic</i>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "italic"
    },
    "context": "http://pasture-one-actor/actor/NTTvvTPz5Po",
    "conversation_id": 370622587,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/NTTvvTPz5Po",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdJEqU28TqwAEe8",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<i>italic</i>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/NTTvvTPz5Po",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 40,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:29.000Z",
  "muted": false,
  "replies_count": 0
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/RU4Qr8RVSdE",
  "published": "2025-03-07T11:48:30Z",
  "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/tYDwFOeQ3Yg",
    "published": "2025-03-07T11:48:30Z",
    "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "italic with. See Issue 142"
    },
    "context": "http://pasture-one-actor/actor/tYDwFOeQ3Yg",
    "conversation_id": 1297259958,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/tYDwFOeQ3Yg",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdNOv0WZOlKuKu0",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/tYDwFOeQ3Yg",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": {
    "description": "> Misskey Moment: MFM can't handle italic text containing punctuation. \u200b:neofox_woozy:\u200b\n> An example:\n> - This text is italic\n> - *This text is not.*\n>- *This text isn't either*\n\n\nsee https://enby.life/notes/9qk2vfk9jl",
    "image": "https://codeberg.org/helge/funfedidev/issues/142/summary-card",
    "image_description": "Summary card of an issue titled \"add test for mfm and punctuation\" in repository helge/funfedidev",
    "pleroma": {
      "opengraph": {
        "description": "> Misskey Moment: MFM can't handle italic text containing punctuation. \u200b:neofox_woozy:\u200b\n> An example:\n> - This text is italic\n> - *This text is not.*\n>- *This text isn't either*\n\n\nsee https://enby.life/notes/9qk2vfk9jl",
        "image": "https://codeberg.org/helge/funfedidev/issues/142/summary-card",
        "image:alt": "Summary card of an issue titled \"add test for mfm and punctuation\" in repository helge/funfedidev",
        "image:height": "600",
        "image:width": "1200",
        "site_name": "Codeberg.org",
        "title": "add test for mfm and punctuation",
        "type": "object",
        "url": "https://codeberg.org/helge/funfedidev/issues/142"
      }
    },
    "provider_name": "codeberg.org",
    "provider_url": "https://codeberg.org",
    "title": "add test for mfm and punctuation",
    "type": "link",
    "url": "https://codeberg.org/helge/funfedidev/issues/142"
  },
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 41,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:30.000Z",
  "muted": false,
  "replies_count": 0
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/5YJv3rmk9FM",
  "published": "2025-03-07T11:48:31Z",
  "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/kXmfmaiel0M",
    "published": "2025-03-07T11:48:31Z",
    "content": "<em>emphasis</em>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "emphasis"
    },
    "context": "http://pasture-one-actor/actor/kXmfmaiel0M",
    "conversation_id": 1125922986,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/kXmfmaiel0M",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdRcXJpq7qjJGgS",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<em>emphasis</em>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/kXmfmaiel0M",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 42,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:31.000Z",
  "muted": false,
  "replies_count": 0
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/YDgUGUpzi6Q",
  "published": "2025-03-07T11:48:32Z",
  "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/QtyFYZ4sJLM",
    "published": "2025-03-07T11:48:32Z",
    "content": "<del>old</del><ins>new</ins>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "oldnew"
    },
    "context": "http://pasture-one-actor/actor/QtyFYZ4sJLM",
    "conversation_id": 1825095929,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/QtyFYZ4sJLM",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdVaCaSLi8eFSbI",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<del>old</del>new",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/QtyFYZ4sJLM",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 43,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:32.000Z",
  "muted": false,
  "replies_count": 0
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/W_Hi_9HPGqo",
  "published": "2025-03-07T11:48:32Z",
  "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/Wzs-mnJoj_8",
    "published": "2025-03-07T11:48:32Z",
    "content": "<s>stricken</s>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "stricken"
    },
    "context": "http://pasture-one-actor/actor/Wzs-mnJoj_8",
    "conversation_id": 1681718472,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/Wzs-mnJoj_8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdZpEoUklIRJWam",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "stricken",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/Wzs-mnJoj_8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 44,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:32.000Z",
  "muted": false,
  "replies_count": 0
}

Example 8

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/HGe4p9XfxAA",
  "published": "2025-03-07T11:48:33Z",
  "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/xEqkVlv9wKM",
    "published": "2025-03-07T11:48:33Z",
    "content": "<mark>mark</mark>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "mark"
    },
    "context": "http://pasture-one-actor/actor/xEqkVlv9wKM",
    "conversation_id": 1585482271,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/xEqkVlv9wKM",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdde2c4Ap8s6dhA",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "mark",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/xEqkVlv9wKM",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 45,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:33.000Z",
  "muted": false,
  "replies_count": 0
}

Example 9

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/GXcSq_bF0yg",
  "published": "2025-03-07T11:48:34Z",
  "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/Yjsm0mrv6w4",
    "published": "2025-03-07T11:48:34Z",
    "content": "find <var>x</var> (a variable)"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "find x (a variable)"
    },
    "context": "http://pasture-one-actor/actor/Yjsm0mrv6w4",
    "conversation_id": 1910681621,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/Yjsm0mrv6w4",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdhgfaEeXgBMnLc",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "find x (a variable)",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/Yjsm0mrv6w4",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 46,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:34.000Z",
  "muted": false,
  "replies_count": 0
}

Example 10

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/estnbuh_R9s",
  "published": "2025-03-07T11:48:34Z",
  "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/lg_iPAytZps",
    "published": "2025-03-07T11:48:34Z",
    "content": "<ol><li>ordered</li></ol>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "ordered"
    },
    "context": "http://pasture-one-actor/actor/lg_iPAytZps",
    "conversation_id": 2107351860,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/lg_iPAytZps",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdlzFb5tP0y5grg",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<ol><li>ordered</li></ol>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/lg_iPAytZps",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 47,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:34.000Z",
  "muted": false,
  "replies_count": 0
}

Example 11

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/hB1qRbhNuL8",
  "published": "2025-03-07T11:48:35Z",
  "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/TUlsagc_HYM",
    "published": "2025-03-07T11:48:35Z",
    "content": "<ul><li>unordered</li></ul>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "unordered"
    },
    "context": "http://pasture-one-actor/actor/TUlsagc_HYM",
    "conversation_id": 1643417619,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/TUlsagc_HYM",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdpvUwzGfEUMkZU",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<ul><li>unordered</li></ul>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/TUlsagc_HYM",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 48,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:35.000Z",
  "muted": false,
  "replies_count": 0
}

Example 12

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/5bRhHjCxdqs",
  "published": "2025-03-07T11:48:36Z",
  "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/MjBbLqI3ueQ",
    "published": "2025-03-07T11:48:36Z",
    "content": "<h1>h1</h1>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h1"
    },
    "context": "http://pasture-one-actor/actor/MjBbLqI3ueQ",
    "conversation_id": 498093787,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/MjBbLqI3ueQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdu5DUnQ07mwZH6",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h1",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/MjBbLqI3ueQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 49,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:36.000Z",
  "muted": false,
  "replies_count": 0
}

Example 13

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/5kkqbTf6rak",
  "published": "2025-03-07T11:48:37Z",
  "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/-pkKM6My7bs",
    "published": "2025-03-07T11:48:37Z",
    "content": "<h2>h2</h2>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h2"
    },
    "context": "http://pasture-one-actor/actor/-pkKM6My7bs",
    "conversation_id": 1774134579,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/-pkKM6My7bs",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIdyITpQP9C5BDVI",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h2",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/-pkKM6My7bs",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 50,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:37.000Z",
  "muted": false,
  "replies_count": 0
}

Example 14

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/I8lx87AMixY",
  "published": "2025-03-07T11:48:37Z",
  "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/i4mM0i79uFo",
    "published": "2025-03-07T11:48:37Z",
    "content": "<h3>h3</h3>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h3"
    },
    "context": "http://pasture-one-actor/actor/i4mM0i79uFo",
    "conversation_id": 1676466004,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/i4mM0i79uFo",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIe2TyGdyOAsaRyC",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h3",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/i4mM0i79uFo",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 51,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:37.000Z",
  "muted": false,
  "replies_count": 0
}

Example 15

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/7L-YX6KoW9s",
  "published": "2025-03-07T11:48:38Z",
  "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/1UebioX5nf4",
    "published": "2025-03-07T11:48:38Z",
    "content": "<h4>h4</h4>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h4"
    },
    "context": "http://pasture-one-actor/actor/1UebioX5nf4",
    "conversation_id": 1289004683,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/1UebioX5nf4",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIe6fogXpDAm9xzM",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h4",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/1UebioX5nf4",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 52,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:38.000Z",
  "muted": false,
  "replies_count": 0
}

Example 16

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/j9pfMOCLU8I",
  "published": "2025-03-07T11:48:39Z",
  "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/AT0ANcYhycs",
    "published": "2025-03-07T11:48:39Z",
    "content": "<h5>h5</h5>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h5"
    },
    "context": "http://pasture-one-actor/actor/AT0ANcYhycs",
    "conversation_id": 1735480047,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/AT0ANcYhycs",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIeAdTxAKnSh69uC",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h5",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/AT0ANcYhycs",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 53,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:39.000Z",
  "muted": false,
  "replies_count": 0
}

Example 17

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/um3Sq0Ew-Wg",
  "published": "2025-03-07T11:48:39Z",
  "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/KNdVSnLCXpU",
    "published": "2025-03-07T11:48:39Z",
    "content": "<h1>h1</h1><h2>h2</h2>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "h1h2"
    },
    "context": "http://pasture-one-actor/actor/KNdVSnLCXpU",
    "conversation_id": 56296871,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/KNdVSnLCXpU",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIeEmqWICYKtVh3Y",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "h1h2",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/KNdVSnLCXpU",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 54,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:39.000Z",
  "muted": false,
  "replies_count": 0
}

Example 18

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/ghHgAym2GzY",
  "published": "2025-03-07T11:48:40Z",
  "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/mq1fMlHjeC8",
    "published": "2025-03-07T11:48:40Z",
    "content": "<code>code</code>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "code"
    },
    "context": "http://pasture-one-actor/actor/mq1fMlHjeC8",
    "conversation_id": 1892335672,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/mq1fMlHjeC8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIeItNFxnf4Iaxmq",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<code>code</code>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/mq1fMlHjeC8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 55,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:40.000Z",
  "muted": false,
  "replies_count": 0
}

Example 19

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/jPBjpaxC2LQ",
  "published": "2025-03-07T11:48:41Z",
  "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/NlxiNcAhjZw",
    "published": "2025-03-07T11:48:41Z",
    "content": "<pre>pre</pre>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "pre"
    },
    "context": "http://pasture-one-actor/actor/NlxiNcAhjZw",
    "conversation_id": 124597456,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/NlxiNcAhjZw",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIeMpcbrAvHos1Ue",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<pre>pre</pre>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/NlxiNcAhjZw",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 56,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:41.000Z",
  "muted": false,
  "replies_count": 0
}

Example 20

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/DSLgEiM5Zyw",
  "published": "2025-03-07T11:48:42Z",
  "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/jsszMI_HI8c",
    "published": "2025-03-07T11:48:42Z",
    "content": "<blockquote>blockquote</blockquote>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "blockquote"
    },
    "context": "http://pasture-one-actor/actor/jsszMI_HI8c",
    "conversation_id": 147531012,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/jsszMI_HI8c",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIeQwVKD3c2K7ZmC",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<blockquote>blockquote</blockquote>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/jsszMI_HI8c",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 57,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:42.000Z",
  "muted": false,
  "replies_count": 0
}

Example 21

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/85aycUPrR_0",
  "published": "2025-03-07T11:48:42Z",
  "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/5UXTni-H5SY",
    "published": "2025-03-07T11:48:42Z",
    "content": "line<br/>break"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "linebreak"
    },
    "context": "http://pasture-one-actor/actor/5UXTni-H5SY",
    "conversation_id": 714308633,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/5UXTni-H5SY",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIeUqGpKRo89EecC",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "line<br/>break",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/5UXTni-H5SY",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 58,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:42.000Z",
  "muted": false,
  "replies_count": 0
}

Example 22

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/TmrzHxbhO1E",
  "published": "2025-03-07T11:48:43Z",
  "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/RtG004CisZ8",
    "published": "2025-03-07T11:48:43Z",
    "content": "<p>paragraph</p>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "paragraph"
    },
    "context": "http://pasture-one-actor/actor/RtG004CisZ8",
    "conversation_id": 908929004,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/RtG004CisZ8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIeYms9u6eMlfzsG",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<p>paragraph</p>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/RtG004CisZ8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 59,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:43.000Z",
  "muted": false,
  "replies_count": 0
}

Example 23

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/mVdv9Xp1v1w",
  "published": "2025-03-07T11:48:44Z",
  "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/PBf6tda8jok",
    "published": "2025-03-07T11:48:44Z",
    "content": "<small>small</small>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "small"
    },
    "context": "http://pasture-one-actor/actor/PBf6tda8jok",
    "conversation_id": 1872225292,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/PBf6tda8jok",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIecuSpcYV9TG7GK",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<small>small</small>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/PBf6tda8jok",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 60,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:44.000Z",
  "muted": false,
  "replies_count": 0
}

Example 24

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/88x3SUQDhiM",
  "published": "2025-03-07T11:48:44Z",
  "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/AsBxQTlAJO8",
    "published": "2025-03-07T11:48:44Z",
    "content": "<sup>sup</sup>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "sup"
    },
    "context": "http://pasture-one-actor/actor/AsBxQTlAJO8",
    "conversation_id": 1277644108,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/AsBxQTlAJO8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIegvft3ttcNr8hk",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<sup>sup</sup>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/AsBxQTlAJO8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 61,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:44.000Z",
  "muted": false,
  "replies_count": 0
}

Example 25

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/ZtH0KIfvFds",
  "published": "2025-03-07T11:48:45Z",
  "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/CITDpHE0UZQ",
    "published": "2025-03-07T11:48:45Z",
    "content": "<sub>sub</sub>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "sub"
    },
    "context": "http://pasture-one-actor/actor/CITDpHE0UZQ",
    "conversation_id": 1880046164,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/CITDpHE0UZQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIel9eB3SCisQM2S",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<sub>sub</sub>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/CITDpHE0UZQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 62,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:45.000Z",
  "muted": false,
  "replies_count": 0
}

Example 26

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Hz1_Okfa1W4",
  "published": "2025-03-07T11:48:46Z",
  "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/UITWc35_bpo",
    "published": "2025-03-07T11:48:46Z",
    "content": "<a href='https://funfedi.dev'>funfedi</a>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "funfedi"
    },
    "context": "http://pasture-one-actor/actor/UITWc35_bpo",
    "conversation_id": 1712479305,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/UITWc35_bpo",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIepQSIVH9yAJpnE",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<a href=\"https://funfedi.dev\">funfedi</a>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/UITWc35_bpo",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": {
    "description": "",
    "image": "https://funfedi.dev/assets/FediverseLogo.png",
    "image_description": "",
    "pleroma": {
      "opengraph": {
        "image": "https://funfedi.dev/assets/FediverseLogo.png",
        "title": "Home",
        "type": "website",
        "url": "https://funfedi.dev"
      }
    },
    "provider_name": "funfedi.dev",
    "provider_url": "https://funfedi.dev",
    "title": "Home",
    "type": "link",
    "url": "https://funfedi.dev"
  },
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 63,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:46.000Z",
  "muted": false,
  "replies_count": 0
}

Example 27

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/7qPOAs7BxWo",
  "published": "2025-03-07T11:48:47Z",
  "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/U9HHQWVMyCA",
    "published": "2025-03-07T11:48:47Z",
    "content": "<script>alert('hi');</script>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "alert('hi');"
    },
    "context": "http://pasture-one-actor/actor/U9HHQWVMyCA",
    "conversation_id": 1340146915,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/U9HHQWVMyCA",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIetWz2AsGhZP6WW",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "alert(&#39;hi&#39;);",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/U9HHQWVMyCA",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 64,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:47.000Z",
  "muted": false,
  "replies_count": 0
}

Example 28

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/F-r-pR4kVg8",
  "published": "2025-03-07T11:48:47Z",
  "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/Fq_XxnQZohY",
    "published": "2025-03-07T11:48:47Z",
    "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": ""
    },
    "context": "http://pasture-one-actor/actor/Fq_XxnQZohY",
    "conversation_id": 982244367,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/Fq_XxnQZohY",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIexiTTORVgMoKzQ",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\"/>",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/Fq_XxnQZohY",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 65,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:47.000Z",
  "muted": false,
  "replies_count": 0
}

Example 29

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Ax3hL-nixJM",
  "published": "2025-03-07T11:48:48Z",
  "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/g-3cjjWrcwc",
    "published": "2025-03-07T11:48:48Z",
    "content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz"
    },
    "context": "http://pasture-one-actor/actor/g-3cjjWrcwc",
    "conversation_id": 1058751629,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/g-3cjjWrcwc",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIf1wRlNzomrNYK8",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/g-3cjjWrcwc",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 66,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:48.000Z",
  "muted": false,
  "replies_count": 0
}

Example 30

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/rzaRN1_ZhZc",
  "published": "2025-03-07T11:48:49Z",
  "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/pWovfK-Hy6M",
    "published": "2025-03-07T11:48:49Z",
    "content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "Audio "
    },
    "context": "http://pasture-one-actor/actor/pWovfK-Hy6M",
    "conversation_id": 2048984280,
    "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
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/pWovfK-Hy6M",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "AroIf656N9IPcrSWMy",
  "mentions": [
    {
      "acct": "witch",
      "id": "AroIQrS8PzVyQJnOue",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "Audio ",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "",
  "media_attachments": [],
  "text": null,
  "url": "http://pasture-one-actor/actor/pWovfK-Hy6M",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "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": "2025-03-07T11:47:38.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": "AroIYYRkVqApZWvsIq",
    "last_status_at": "2025-03-07",
    "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": 67,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-07T11:48:49.000Z",
  "muted": false,
  "replies_count": 0
}