Skip to content

Hashtags

The following mostly illustrates how the name of a hashtag gets transformed by the applications. The input has the form

"tag": {"type": "Hashtag", "name": "${tag}"}

The last two examples illustrate more technical behavior.

Examples

Example 1

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/0qUqG0TVs44",
  "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/gBWjJBYqsKo",
    "published": "2024-03-31T14:58:12Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#test"
    }
  }
}
```


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

Example 2

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/_wL7Y7HTQ7A",
  "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/xxnPyN6WHCg",
    "published": "2024-03-31T14:58:13Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "nohash"
    }
  }
}
```


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

Example 3

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/FebsMgMZzgY",
  "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/Pe-GTgdSoGo",
    "published": "2024-03-31T14:58:14Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#with-dash_under"
    }
  }
}
```


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

Example 4

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/qJrqDi5daTk",
  "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/YraEf1enm-k",
    "published": "2024-03-31T14:58:14Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#with white space"
    }
  }
}
```


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

Example 5

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/YD-koA4aJso",
  "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/LLk42smxi3s",
    "published": "2024-03-31T14:58:15Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#with(subtag)"
    }
  }
}
```


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

Example 6

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/nbjIy7-RQ-E",
  "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/W5-QzlaMxi4",
    "published": "2024-03-31T14:58:16Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#with123"
    }
  }
}
```


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

Example 7

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/zN2gex8B6wc",
  "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/Gz1fECcSlWU",
    "published": "2024-03-31T14:58:16Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#1234"
    }
  }
}
```


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

Example 8

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/fbYhwjiLc34",
  "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/fV6PvUiZY7o",
    "published": "2024-03-31T14:58:17Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#CamelCase"
    }
  }
}
```


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

Example 9

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/cdueIwNzoxY",
  "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/QAb1336max0",
    "published": "2024-03-31T14:58:18Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#\u00fcml\u00e4\u00fct\u00df"
    }
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/QAb1336max0",
    "conversation_id": 28288034,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/QAb1336max0",
  "bookmarked": false,
  "language": null,
  "content": "text",
  "quote": null,
  "id": "AgPkMUogXYqShqzBSK",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/QAb1336max0",
  "created_at": "2024-03-31T14:58:18.000Z",
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-31T14:52:27.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-31",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 72,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "text": null,
  "emojis": [],
  "media_attachments": [],
  "card": null,
  "tags": [
    {
      "name": "\u00fcml\u00e4\u00fct\u00df",
      "url": "http://akkoma/tag/%C3%BCml%C3%A4%C3%BCt%C3%9F"
    }
  ],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}
```

Example 10

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/_YMozgVpFEg",
  "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/PlCDGCYZvWg",
    "published": "2024-03-31T14:58:18Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#\ud83d\udc04"
    }
  }
}
```


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

Example 11

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/WXo0-IAks54",
  "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/p9DhVTWVPFU",
    "published": "2024-03-31T14:58:19Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#\u2764\ufe0f"
    }
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/p9DhVTWVPFU",
    "conversation_id": 236084845,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/p9DhVTWVPFU",
  "bookmarked": false,
  "language": null,
  "content": "text",
  "quote": null,
  "id": "AgPkMcqOh4y5bTqfEe",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/p9DhVTWVPFU",
  "created_at": "2024-03-31T14:58:19.000Z",
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-31T14:52:27.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-31",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 74,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "text": null,
  "emojis": [],
  "media_attachments": [],
  "card": null,
  "tags": [
    {
      "name": "\u2764\ufe0f",
      "url": "http://akkoma/tag/%E2%9D%A4%EF%B8%8F"
    }
  ],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}
```

Example 12

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/73exUY7-xSY",
  "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/_d-WjEvJWjE",
    "published": "2024-03-31T14:58:20Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#\u725b"
    }
  }
}
```


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

Example 13

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/Shik16ndBRY",
  "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/aDj0Of7eTHY",
    "published": "2024-03-31T14:58:21Z",
    "content": "text",
    "tag": {
      "type": "Hashtag",
      "name": "#test",
      "url": "https://ignore.example"
    }
  }
}
```


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

Example 14

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/dE0DoSXhnNI",
  "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/Vjms-M60-2o",
    "published": "2024-03-31T14:58:21Z",
    "content": "text",
    "tag": {
      "type": "as:Hashtag",
      "name": "#test"
    }
  }
}
```


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

Example 15

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/cXAM3BT0dW8",
  "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/C8zYF1UD6sA",
    "published": "2024-03-31T14:58:22Z",
    "content": "text",
    "tag": {
      "name": "#test"
    }
  }
}
```


no result