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/wgazvY6_bEA",
  "published": "2025-01-08T13:56: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/BwhvnEQfMQk",
    "published": "2025-01-08T13:56:37Z",
    "content": "<b>bold</b>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "bold"
    },
    "context": "http://pasture-one-actor/actor/BwhvnEQfMQk",
    "conversation_id": 266491673,
    "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
  },
  "uri": "http://pasture-one-actor/actor/BwhvnEQfMQk",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGGaCC4UcAqK74zY",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/BwhvnEQfMQk",
  "bookmarked": false,
  "content": "<b>bold</b>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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": 37,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:37.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/c4mzUMeodbY",
  "published": "2025-01-08T13:56: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/JKbwohLNUsI",
    "published": "2025-01-08T13:56:38Z",
    "content": "<strong>strong</strong>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "strong"
    },
    "context": "http://pasture-one-actor/actor/JKbwohLNUsI",
    "conversation_id": 507404888,
    "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
  },
  "uri": "http://pasture-one-actor/actor/JKbwohLNUsI",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGGeFB1LNTOjXWCG",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/JKbwohLNUsI",
  "bookmarked": false,
  "content": "<strong>strong</strong>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:38.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/6tbbxQYQSIc",
  "published": "2025-01-08T13:56: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/viDCIXT28Jw",
    "published": "2025-01-08T13:56:38Z",
    "content": "<i>italic</i>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "italic"
    },
    "context": "http://pasture-one-actor/actor/viDCIXT28Jw",
    "conversation_id": 1359924942,
    "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
  },
  "uri": "http://pasture-one-actor/actor/viDCIXT28Jw",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGGirxp4mRkBiYD2",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/viDCIXT28Jw",
  "bookmarked": false,
  "content": "<i>italic</i>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:38.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/iv9KlWhKzpw",
  "published": "2025-01-08T13:56: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/qxGvR0H2wSw",
    "published": "2025-01-08T13:56:39Z",
    "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "italic with. See Issue 142"
    },
    "context": "http://pasture-one-actor/actor/qxGvR0H2wSw",
    "conversation_id": 5311522,
    "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
  },
  "uri": "http://pasture-one-actor/actor/qxGvR0H2wSw",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGGn5a8O3Apa7TzU",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/qxGvR0H2wSw",
  "bookmarked": false,
  "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:39.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/jBETVDcPExo",
  "published": "2025-01-08T13:56: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/eWVRItEuIyI",
    "published": "2025-01-08T13:56:40Z",
    "content": "<em>emphasis</em>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "emphasis"
    },
    "context": "http://pasture-one-actor/actor/eWVRItEuIyI",
    "conversation_id": 1762911434,
    "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
  },
  "uri": "http://pasture-one-actor/actor/eWVRItEuIyI",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGGrFIgCCVishIh6",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/eWVRItEuIyI",
  "bookmarked": false,
  "content": "<em>emphasis</em>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:40.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/U1FbCQRPIm8",
  "published": "2025-01-08T13:56: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/EzVA2WkRHa8",
    "published": "2025-01-08T13:56:41Z",
    "content": "<del>old</del><ins>new</ins>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "oldnew"
    },
    "context": "http://pasture-one-actor/actor/EzVA2WkRHa8",
    "conversation_id": 796955610,
    "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
  },
  "uri": "http://pasture-one-actor/actor/EzVA2WkRHa8",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGGvSD28u4m4lfN2",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/EzVA2WkRHa8",
  "bookmarked": false,
  "content": "<del>old</del>new",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:41.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/ED4iNdthyBc",
  "published": "2025-01-08T13:56: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/ZOXy4vF-ya4",
    "published": "2025-01-08T13:56:41Z",
    "content": "<s>stricken</s>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "stricken"
    },
    "context": "http://pasture-one-actor/actor/ZOXy4vF-ya4",
    "conversation_id": 193725099,
    "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
  },
  "uri": "http://pasture-one-actor/actor/ZOXy4vF-ya4",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGGzXfpleRSBM5RY",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/ZOXy4vF-ya4",
  "bookmarked": false,
  "content": "stricken",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:41.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/CNwBXyCup30",
  "published": "2025-01-08T13:56: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/_knx06Nb0fw",
    "published": "2025-01-08T13:56:42Z",
    "content": "<mark>mark</mark>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "mark"
    },
    "context": "http://pasture-one-actor/actor/_knx06Nb0fw",
    "conversation_id": 2049157618,
    "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
  },
  "uri": "http://pasture-one-actor/actor/_knx06Nb0fw",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGH3opvtkyiZPqka",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/_knx06Nb0fw",
  "bookmarked": false,
  "content": "mark",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:42.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/C7FX5u9_F4w",
  "published": "2025-01-08T13:56: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/BLf65wjA7Yg",
    "published": "2025-01-08T13:56:43Z",
    "content": "find <var>x</var> (a variable)"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "find x (a variable)"
    },
    "context": "http://pasture-one-actor/actor/BLf65wjA7Yg",
    "conversation_id": 1708333559,
    "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
  },
  "uri": "http://pasture-one-actor/actor/BLf65wjA7Yg",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGH8BJiG7EFRxrLU",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/BLf65wjA7Yg",
  "bookmarked": false,
  "content": "find x (a variable)",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:43.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/s26DtLU1nv8",
  "published": "2025-01-08T13:56: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/BpZ6oNp_jqk",
    "published": "2025-01-08T13:56:44Z",
    "content": "<ol><li>ordered</li></ol>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "ordered"
    },
    "context": "http://pasture-one-actor/actor/BpZ6oNp_jqk",
    "conversation_id": 1372608758,
    "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
  },
  "uri": "http://pasture-one-actor/actor/BpZ6oNp_jqk",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHCAksI2icrjT1c",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/BpZ6oNp_jqk",
  "bookmarked": false,
  "content": "<ol><li>ordered</li></ol>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:44.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/CQO9kuLgwIE",
  "published": "2025-01-08T13:56: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/556Q1i5bBe8",
    "published": "2025-01-08T13:56:44Z",
    "content": "<ul><li>unordered</li></ul>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "unordered"
    },
    "context": "http://pasture-one-actor/actor/556Q1i5bBe8",
    "conversation_id": 262182930,
    "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
  },
  "uri": "http://pasture-one-actor/actor/556Q1i5bBe8",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHGYIahFiD2mKHI",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/556Q1i5bBe8",
  "bookmarked": false,
  "content": "<ul><li>unordered</li></ul>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:44.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/Ot6OS86_3CA",
  "published": "2025-01-08T13:56: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/Q1jDQ6uT94A",
    "published": "2025-01-08T13:56:45Z",
    "content": "<h1>h1</h1>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h1"
    },
    "context": "http://pasture-one-actor/actor/Q1jDQ6uT94A",
    "conversation_id": 1870363440,
    "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
  },
  "uri": "http://pasture-one-actor/actor/Q1jDQ6uT94A",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHKmyq3NBLjg6iW",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/Q1jDQ6uT94A",
  "bookmarked": false,
  "content": "h1",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:45.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/DDI6i8Gl244",
  "published": "2025-01-08T13:56: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/lMUNoDVZIM4",
    "published": "2025-01-08T13:56:46Z",
    "content": "<h2>h2</h2>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h2"
    },
    "context": "http://pasture-one-actor/actor/lMUNoDVZIM4",
    "conversation_id": 1389589640,
    "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
  },
  "uri": "http://pasture-one-actor/actor/lMUNoDVZIM4",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHOpFpXZJrwlyoi",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/lMUNoDVZIM4",
  "bookmarked": false,
  "content": "h2",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:46.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/4oBaTpp3CnY",
  "published": "2025-01-08T13:56: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/9pl7CNUQzLc",
    "published": "2025-01-08T13:56:46Z",
    "content": "<h3>h3</h3>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h3"
    },
    "context": "http://pasture-one-actor/actor/9pl7CNUQzLc",
    "conversation_id": 77910996,
    "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
  },
  "uri": "http://pasture-one-actor/actor/9pl7CNUQzLc",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHT6Pvffr8Kpk7k",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/9pl7CNUQzLc",
  "bookmarked": false,
  "content": "h3",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:46.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/XUVip-DOf2I",
  "published": "2025-01-08T13:56: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/MKGn5YErlzU",
    "published": "2025-01-08T13:56:47Z",
    "content": "<h4>h4</h4>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h4"
    },
    "context": "http://pasture-one-actor/actor/MKGn5YErlzU",
    "conversation_id": 226550967,
    "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
  },
  "uri": "http://pasture-one-actor/actor/MKGn5YErlzU",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHXVNYo1AmuXjaS",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/MKGn5YErlzU",
  "bookmarked": false,
  "content": "h4",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:47.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/yRM0cgYE-ig",
  "published": "2025-01-08T13:56: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/mDcrbsygE4Y",
    "published": "2025-01-08T13:56:48Z",
    "content": "<h5>h5</h5>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h5"
    },
    "context": "http://pasture-one-actor/actor/mDcrbsygE4Y",
    "conversation_id": 496867242,
    "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
  },
  "uri": "http://pasture-one-actor/actor/mDcrbsygE4Y",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHbVsesnPDcoBvM",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/mDcrbsygE4Y",
  "bookmarked": false,
  "content": "h5",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:48.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/RNahulz0GPs",
  "published": "2025-01-08T13:56: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/4N5OJZxxScs",
    "published": "2025-01-08T13:56:49Z",
    "content": "<h1>h1</h1><h2>h2</h2>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "h1h2"
    },
    "context": "http://pasture-one-actor/actor/4N5OJZxxScs",
    "conversation_id": 1238174313,
    "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
  },
  "uri": "http://pasture-one-actor/actor/4N5OJZxxScs",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHfznzZ6r7aq97g",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/4N5OJZxxScs",
  "bookmarked": false,
  "content": "h1h2",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:49.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/ST0fOjVi8kQ",
  "published": "2025-01-08T13:56: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/wQ2ZiiojeCw",
    "published": "2025-01-08T13:56:49Z",
    "content": "<code>code</code>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "code"
    },
    "context": "http://pasture-one-actor/actor/wQ2ZiiojeCw",
    "conversation_id": 1721501305,
    "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
  },
  "uri": "http://pasture-one-actor/actor/wQ2ZiiojeCw",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHkAEUjpM35kWvo",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/wQ2ZiiojeCw",
  "bookmarked": false,
  "content": "<code>code</code>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:49.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/RflVlSz8FDg",
  "published": "2025-01-08T13:56:50Z",
  "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/Sz7G4v2ohWU",
    "published": "2025-01-08T13:56:50Z",
    "content": "<pre>pre</pre>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "pre"
    },
    "context": "http://pasture-one-actor/actor/Sz7G4v2ohWU",
    "conversation_id": 2122622253,
    "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
  },
  "uri": "http://pasture-one-actor/actor/Sz7G4v2ohWU",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHoR2cBeJINe0ga",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/Sz7G4v2ohWU",
  "bookmarked": false,
  "content": "<pre>pre</pre>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:50.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/JMdf518dO74",
  "published": "2025-01-08T13:56:51Z",
  "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/KSbemv1mdsw",
    "published": "2025-01-08T13:56:51Z",
    "content": "line<br/>break"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "linebreak"
    },
    "context": "http://pasture-one-actor/actor/KSbemv1mdsw",
    "conversation_id": 739872434,
    "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
  },
  "uri": "http://pasture-one-actor/actor/KSbemv1mdsw",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHsdF0lmiJNNoG0",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/KSbemv1mdsw",
  "bookmarked": false,
  "content": "line<br/>break",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:51.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/TxZLmzDZytQ",
  "published": "2025-01-08T13:56:52Z",
  "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/0QbXjFQ94oM",
    "published": "2025-01-08T13:56:52Z",
    "content": "<p>paragraph</p>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "paragraph"
    },
    "context": "http://pasture-one-actor/actor/0QbXjFQ94oM",
    "conversation_id": 996192592,
    "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
  },
  "uri": "http://pasture-one-actor/actor/0QbXjFQ94oM",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGHwo1UcmnFySTcO",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/0QbXjFQ94oM",
  "bookmarked": false,
  "content": "<p>paragraph</p>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:52.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/4I6_SG_PnAI",
  "published": "2025-01-08T13:56:52Z",
  "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/44kF01j7IEU",
    "published": "2025-01-08T13:56:52Z",
    "content": "<small>small</small>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "small"
    },
    "context": "http://pasture-one-actor/actor/44kF01j7IEU",
    "conversation_id": 2120696573,
    "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
  },
  "uri": "http://pasture-one-actor/actor/44kF01j7IEU",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGI0paWkPljzDmc4",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/44kF01j7IEU",
  "bookmarked": false,
  "content": "<small>small</small>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:52.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/z0zROju4Q_o",
  "published": "2025-01-08T13:56:53Z",
  "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/H1gHBQwyKYU",
    "published": "2025-01-08T13:56:53Z",
    "content": "<sup>sup</sup>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "sup"
    },
    "context": "http://pasture-one-actor/actor/H1gHBQwyKYU",
    "conversation_id": 1787007997,
    "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
  },
  "uri": "http://pasture-one-actor/actor/H1gHBQwyKYU",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGI53unQFerZxHV2",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/H1gHBQwyKYU",
  "bookmarked": false,
  "content": "<sup>sup</sup>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:53.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/znm_5YtRD0Q",
  "published": "2025-01-08T13:56:54Z",
  "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/WzZEYn-5Dfw",
    "published": "2025-01-08T13:56:54Z",
    "content": "<sub>sub</sub>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "sub"
    },
    "context": "http://pasture-one-actor/actor/WzZEYn-5Dfw",
    "conversation_id": 1088031925,
    "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
  },
  "uri": "http://pasture-one-actor/actor/WzZEYn-5Dfw",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGI9JJ08wI2TBd2m",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/WzZEYn-5Dfw",
  "bookmarked": false,
  "content": "<sub>sub</sub>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:54.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/dtoukrAQ43U",
  "published": "2025-01-08T13:56:55Z",
  "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/TmbzTohtP2I",
    "published": "2025-01-08T13:56:55Z",
    "content": "<a href='https://funfedi.dev'>funfedi</a>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "funfedi"
    },
    "context": "http://pasture-one-actor/actor/TmbzTohtP2I",
    "conversation_id": 1223100269,
    "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
  },
  "uri": "http://pasture-one-actor/actor/TmbzTohtP2I",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGIDa77alFHl56nY",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/TmbzTohtP2I",
  "bookmarked": false,
  "content": "<a href=\"https://funfedi.dev\">funfedi</a>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:55.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": 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"
  },
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/VFE_0WEzjbw",
  "published": "2025-01-08T13:56:55Z",
  "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/d4LSRbz9PSs",
    "published": "2025-01-08T13:56:55Z",
    "content": "<script>alert('hi');</script>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "alert('hi');"
    },
    "context": "http://pasture-one-actor/actor/d4LSRbz9PSs",
    "conversation_id": 528228365,
    "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
  },
  "uri": "http://pasture-one-actor/actor/d4LSRbz9PSs",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGIHqDHg12Uqe1Ro",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/d4LSRbz9PSs",
  "bookmarked": false,
  "content": "alert(&#39;hi&#39;);",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:55.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/ImojhN4hFyU",
  "published": "2025-01-08T13:56:56Z",
  "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/08PXttDHvL4",
    "published": "2025-01-08T13:56:56Z",
    "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": ""
    },
    "context": "http://pasture-one-actor/actor/08PXttDHvL4",
    "conversation_id": 2011893719,
    "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
  },
  "uri": "http://pasture-one-actor/actor/08PXttDHvL4",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGILrmJne0yrPKRU",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/08PXttDHvL4",
  "bookmarked": false,
  "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\"/>",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:56.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/WyNAc2Lla8o",
  "published": "2025-01-08T13:56:57Z",
  "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/T8v4cAIRdqg",
    "published": "2025-01-08T13:56:57Z",
    "content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz"
    },
    "context": "http://pasture-one-actor/actor/T8v4cAIRdqg",
    "conversation_id": 1469832266,
    "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
  },
  "uri": "http://pasture-one-actor/actor/T8v4cAIRdqg",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGIQ6SZ9lU7YJ6si",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/T8v4cAIRdqg",
  "bookmarked": false,
  "content": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:57.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/ZGKaCfZzGR8",
  "published": "2025-01-08T13:56:58Z",
  "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/0WfXLof6qnQ",
    "published": "2025-01-08T13:56:58Z",
    "content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Audio "
    },
    "context": "http://pasture-one-actor/actor/0WfXLof6qnQ",
    "conversation_id": 1467326118,
    "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
  },
  "uri": "http://pasture-one-actor/actor/0WfXLof6qnQ",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGITyo9Y1M8yl3Vg",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/0WfXLof6qnQ",
  "bookmarked": false,
  "content": "Audio ",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:58.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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/OSm7fwUT0Xw",
  "published": "2025-01-08T13:56:58Z",
  "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/FIplZCe36QU",
    "published": "2025-01-08T13:56:58Z",
    "content": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>"
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Video \n  \n  Video of a cow eating"
    },
    "context": "http://pasture-one-actor/actor/FIplZCe36QU",
    "conversation_id": 144720394,
    "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
  },
  "uri": "http://pasture-one-actor/actor/FIplZCe36QU",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGIXqnlFze9J2iaO",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/FIplZCe36QU",
  "bookmarked": false,
  "content": "Video \n  \n  Video of a cow eating",
  "edited_at": null,
  "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-01-08T13:55:48.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": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "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"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:56:58.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}