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/xQVTXsbjo5k",
  "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/f6k1pZTbias",
    "published": "2024-03-02T17:49:50Z",
    "content": "text @actor@pasture_one_actor",
    "tag": {
      "type": "Mention",
      "name": "@actor@test_server",
      "href": "http://pasture_one_actor/actor"
    }
  }
}
```


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

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/KWTn-1U4v6o",
  "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/vqyOdIPbzfk",
    "published": "2024-03-02T17:49:53Z",
    "content": "unrelated text",
    "tag": {
      "type": "Mention",
      "name": "something something",
      "href": "http://pasture_one_actor/actor"
    }
  }
}
```


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

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/SZXWU0OmMw8",
  "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/_75Gw3kkpQw",
    "published": "2024-03-02T17:49:55Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@the_milkman@mastodon.social",
      "href": "https://mastodon.social/users/the_milkman"
    }
  }
}
```


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

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/7i1Zly4n1Ig",
  "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/RO-Lm24kQtE",
    "published": "2024-03-02T17:49:57Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@dummy@example",
      "href": "https://dummy.example"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture_one_actor/actor/RO-Lm24kQtE",
    "conversation_id": 1123590188,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/RO-Lm24kQtE",
  "media_attachments": [],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsmQVSRrp0qwfiSm",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "text",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:49:57.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/RO-Lm24kQtE",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:49:57",
    "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": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

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/LlW7Tqo92og",
  "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/whnCbZVaCNU",
    "published": "2024-03-02T17:49:59Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@test_actor@test_server",
      "href": "http://test_actor"
    }
  }
}
```


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

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/-Qq2DucE7Ww",
  "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/QTRsni-FEtw",
    "published": "2024-03-02T17:50:01Z",
    "content": "text",
    "tag": {
      "type": "as:Mention",
      "name": "yay",
      "href": "http://pasture_one_actor/actor"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture_one_actor/actor/QTRsni-FEtw",
    "conversation_id": 1280494450,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/QTRsni-FEtw",
  "media_attachments": [],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsmo8wZE4aA4K4hc",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "text",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:01.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/QTRsni-FEtw",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:01",
    "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": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

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/DtsijoH8Cto",
  "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/-Hp_nlvBxCk",
    "published": "2024-03-02T17:50:03Z",
    "content": "@actor text",
    "tag": {
      "name": "@actor",
      "href": "http://pasture_one_actor/actor"
    }
  }
}
```


no result

Example 8

no result

no result