Skip to content

Mentions

Mentions are discussed in this section of ActivityStreams.

The big difference on if mentions are parsed are currently a result of if the value in href can be resolved by the application being tested.

In the support table parsed means that the activity could be parsed, but the mention was discarded. A ❌ in the support table means that the entire message has failed to parse.

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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/qQ0rQEHlJpc",
  "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/myzrmgKRbhM",
    "published": "2024-03-06T17:42:34Z",
    "content": "text @actor@pasture_one_actor",
    "tag": {
      "type": "Mention",
      "name": "@actor@test_server",
      "href": "http://pasture_one_actor/actor"
    }
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "text @actor@pasture_one_actor"
    },
    "context": "http://pasture_one_actor/actor/myzrmgKRbhM",
    "conversation_id": 2123388846,
    "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
  },
  "content": "text @actor@pasture_one_actor",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/myzrmgKRbhM",
  "in_reply_to_account_id": null,
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaAB01g9jg5W8hFku",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/myzrmgKRbhM",
  "in_reply_to_id": null,
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    },
    {
      "acct": "actor@pasture_one_actor",
      "id": "AfaA0fT9jNmmrjce5g",
      "url": "http://pasture_one_actor/actor",
      "username": "actor"
    }
  ],
  "created_at": "2024-03-06T17:42:34.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/zAIkNqMQONM",
  "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/aNhLulGLsWM",
    "published": "2024-03-06T17:42:36Z",
    "content": "unrelated text",
    "tag": {
      "type": "Mention",
      "name": "something something",
      "href": "http://pasture_one_actor/actor"
    }
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "unrelated text"
    },
    "context": "http://pasture_one_actor/actor/aNhLulGLsWM",
    "conversation_id": 1647213356,
    "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
  },
  "content": "unrelated text",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/aNhLulGLsWM",
  "in_reply_to_account_id": null,
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaABBwnpguKUUVWoy",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/aNhLulGLsWM",
  "in_reply_to_id": null,
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    },
    {
      "acct": "actor@pasture_one_actor",
      "id": "AfaA0fT9jNmmrjce5g",
      "url": "http://pasture_one_actor/actor",
      "username": "actor"
    }
  ],
  "created_at": "2024-03-06T17:42:36.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/NxG0XU40TKE",
  "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/Ey4VVYpTz2A",
    "published": "2024-03-06T17:42:38Z",
    "content": "Missing Name @actor@pasture_one_actor",
    "tag": {
      "type": "Mention",
      "href": "http://pasture_one_actor/actor"
    }
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "Missing Name @actor@pasture_one_actor"
    },
    "context": "http://pasture_one_actor/actor/Ey4VVYpTz2A",
    "conversation_id": 368756486,
    "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
  },
  "content": "Missing Name @actor@pasture_one_actor",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/Ey4VVYpTz2A",
  "in_reply_to_account_id": null,
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaABNq9cEifNLUO7k",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/Ey4VVYpTz2A",
  "in_reply_to_id": null,
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    },
    {
      "acct": "actor@pasture_one_actor",
      "id": "AfaA0fT9jNmmrjce5g",
      "url": "http://pasture_one_actor/actor",
      "username": "actor"
    }
  ],
  "created_at": "2024-03-06T17:42:38.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/VjiFnEe8pJU",
  "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/KDd9_dGZRF4",
    "published": "2024-03-06T17:42:40Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@the_milkman@mastodon.social",
      "href": "https://mastodon.social/users/the_milkman"
    }
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture_one_actor/actor/KDd9_dGZRF4",
    "conversation_id": 584612597,
    "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
  },
  "content": "text",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/KDd9_dGZRF4",
  "in_reply_to_account_id": null,
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaABZYA4xSPh1ABkG",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/KDd9_dGZRF4",
  "in_reply_to_id": null,
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "created_at": "2024-03-06T17:42:40.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/Lz3bJUSozqw",
  "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/0l-O3Najrdo",
    "published": "2024-03-06T17:42:42Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@dummy@example",
      "href": "https://dummy.example"
    }
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture_one_actor/actor/0l-O3Najrdo",
    "conversation_id": 210922325,
    "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
  },
  "content": "text",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/0l-O3Najrdo",
  "in_reply_to_account_id": null,
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaABlGAXgCA0gpzMm",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/0l-O3Najrdo",
  "in_reply_to_id": null,
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "created_at": "2024-03-06T17:42:42.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/eld87csXQaE",
  "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/mMNd-Q3rqqg",
    "published": "2024-03-06T17:42:44Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@test_actor@test_server",
      "href": "http://test_actor"
    }
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture_one_actor/actor/mMNd-Q3rqqg",
    "conversation_id": 2011313280,
    "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
  },
  "content": "text",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/mMNd-Q3rqqg",
  "in_reply_to_account_id": null,
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaABxLZbPeFUvSTSK",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/mMNd-Q3rqqg",
  "in_reply_to_id": null,
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "created_at": "2024-03-06T17:42:44.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/VuiNL-rMuEQ",
  "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/p172NcFwusk",
    "published": "2024-03-06T17:42:46Z",
    "content": "text",
    "tag": {
      "type": "as:Mention",
      "name": "yay",
      "href": "http://pasture_one_actor/actor"
    }
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture_one_actor/actor/p172NcFwusk",
    "conversation_id": 2016788147,
    "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
  },
  "content": "text",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/p172NcFwusk",
  "in_reply_to_account_id": null,
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaAC9GLIgauSB6Sy8",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/p172NcFwusk",
  "in_reply_to_id": null,
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "created_at": "2024-03-06T17:42:46.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

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": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/fnqgHLb1bnE",
  "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/cnCT9VAo8go",
    "published": "2024-03-06T17:42:48Z",
    "content": "@actor text",
    "tag": {
      "name": "@actor",
      "href": "http://pasture_one_actor/actor"
    }
  }
}
```


no result