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¶
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/activity/7cuezMGcQwk",
"published": "2025-10-14T09:00:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/g7dBK0WbVMs",
"published": "2025-10-14T09:00:53Z",
"content": "basic mention; mention as list of dictionaries",
"tag": [
{
"type": "Mention",
"name": "@actor@test_server",
"href": "http://pasture-one-actor/actor"
}
]
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "basic mention; mention as list of dictionaries"
},
"context": "http://pasture-one-actor/object/g7dBK0WbVMs",
"conversation_id": 408472038,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/g7dBK0WbVMs",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9E8vEl7Or8Bb4HA",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T09:00:53.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/g7dBK0WbVMs",
"content": "basic mention; mention as list of dictionaries",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
},
{
"acct": "actor@pasture-one-actor",
"id": "AzC91MZuftkZihWr56",
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 110,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/uxES1tUGGXg",
"published": "2025-10-14T09:00:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/5Uu8sGncvG8",
"published": "2025-10-14T09:00:53Z",
"content": "text @actor@pasture-one-actor; mention as dictionary",
"tag": {
"type": "Mention",
"name": "@actor@test_server",
"href": "http://pasture-one-actor/actor"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "text @actor@pasture-one-actor; mention as dictionary"
},
"context": "http://pasture-one-actor/object/5Uu8sGncvG8",
"conversation_id": 1362755464,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/5Uu8sGncvG8",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9ECGGLP07UGSOxs",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T09:00:53.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/5Uu8sGncvG8",
"content": "text @actor@pasture-one-actor; mention as dictionary",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
},
{
"acct": "actor@pasture-one-actor",
"id": "AzC91MZuftkZihWr56",
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 111,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/NM7TBHQgD1Y",
"published": "2025-10-14T09:00:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/kWC-4JyrtkY",
"published": "2025-10-14T09:00:54Z",
"content": "unrelated text",
"tag": {
"type": "Mention",
"name": "something something",
"href": "http://pasture-one-actor/actor"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "unrelated text"
},
"context": "http://pasture-one-actor/object/kWC-4JyrtkY",
"conversation_id": 287544015,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/kWC-4JyrtkY",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9EFrax3e6euwl4S",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T09:00:54.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/kWC-4JyrtkY",
"content": "unrelated text",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
},
{
"acct": "actor@pasture-one-actor",
"id": "AzC91MZuftkZihWr56",
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 112,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ouDBVMF_0_Y",
"published": "2025-10-14T09:00:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/5pPxpHdKaR4",
"published": "2025-10-14T09:00:55Z",
"content": "Missing Name @actor@pasture-one-actor",
"tag": {
"type": "Mention",
"href": "http://pasture-one-actor/actor"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "Missing Name @actor@pasture-one-actor"
},
"context": "http://pasture-one-actor/object/5pPxpHdKaR4",
"conversation_id": 1364466415,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/5pPxpHdKaR4",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9EJKQ4LU9PBSJuq",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T09:00:55.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/5pPxpHdKaR4",
"content": "Missing Name @actor@pasture-one-actor",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
},
{
"acct": "actor@pasture-one-actor",
"id": "AzC91MZuftkZihWr56",
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 113,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/E412LSHPxqE",
"published": "2025-10-14T09:00:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/xD0lYGHUO5U",
"published": "2025-10-14T09:00:55Z",
"content": "realworld url",
"tag": {
"type": "Mention",
"name": "@the_milkman@mastodon.social",
"href": "https://mastodon.social/users/the_milkman"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "realworld url"
},
"context": "http://pasture-one-actor/object/xD0lYGHUO5U",
"conversation_id": 878459207,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/xD0lYGHUO5U",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9EMr8x8RaLXmzq4",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T09:00:55.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/xD0lYGHUO5U",
"content": "realworld url",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 114,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/iDas_JmZAxo",
"published": "2025-10-14T09:00:56Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/mdlEoxyCo2Y",
"published": "2025-10-14T09:00:56Z",
"content": "unresolvable url -- https",
"tag": {
"type": "Mention",
"name": "@dummy@example",
"href": "https://dummy.example"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "unresolvable url -- https"
},
"context": "http://pasture-one-actor/object/mdlEoxyCo2Y",
"conversation_id": 2146023784,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/mdlEoxyCo2Y",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9EQJG73iT3bxzZw",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T09:00:56.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/mdlEoxyCo2Y",
"content": "unresolvable url -- https",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 115,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/8cYc7IfrLRg",
"published": "2025-10-14T09:00:56Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/fDG1p0dtjIo",
"published": "2025-10-14T09:00:56Z",
"content": "texunresolvable url -- http",
"tag": {
"type": "Mention",
"name": "@test_actor@test_server",
"href": "http://test_actor"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "texunresolvable url -- http"
},
"context": "http://pasture-one-actor/object/fDG1p0dtjIo",
"conversation_id": 964738730,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/fDG1p0dtjIo",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9ETiXRWihcsoitk",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T09:00:56.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/fDG1p0dtjIo",
"content": "texunresolvable url -- http",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 116,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/D4X0GRvTEA8",
"published": "2025-10-14T09:00:57Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/y2zJqZIWY4E",
"published": "2025-10-14T09:00:57Z",
"content": "name is 'yay'",
"tag": {
"type": "as:Mention",
"name": "yay",
"href": "http://pasture-one-actor/actor"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "name is 'yay'"
},
"context": "http://pasture-one-actor/object/y2zJqZIWY4E",
"conversation_id": 844400754,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/y2zJqZIWY4E",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9EWxBPXDVfAgxdo",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T09:00:57.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/y2zJqZIWY4E",
"content": "name is 'yay'",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 117,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ZwFuTx3-AhI",
"published": "2025-10-14T09:00:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/3XPKW5P3FFM",
"published": "2025-10-14T09:00:58Z",
"content": "@actor text",
"tag": {
"name": "@actor",
"href": "http://pasture-one-actor/actor"
}
}
}
no result
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/F0rSYL_6rCg",
"published": "2025-10-14T09:01:10Z",
"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/object/yzR1d7yQdVQ",
"published": "2025-10-14T09:01:10Z",
"content": "duplicate mention, see https://codeberg.org/funfedidev/fediverse-pasture-inputs/issues/75",
"tag": [
{
"type": "Mention",
"name": "@actor@test_server",
"href": "http://pasture-one-actor/actor"
},
{
"type": "Mention",
"name": "@actor@test_server",
"href": "http://pasture-one-actor/actor"
}
]
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "duplicate mention, see https://codeberg.org/funfedidev/fediverse-pasture-inputs/issues/75"
},
"context": "http://pasture-one-actor/object/yzR1d7yQdVQ",
"conversation_id": 323912055,
"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
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/yzR1d7yQdVQ",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC9Fi6FSGqMWQUjPE",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T09:01:10.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/yzR1d7yQdVQ",
"content": "duplicate mention, see https://codeberg.org/funfedidev/fediverse-pasture-inputs/issues/75",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
},
{
"acct": "actor@pasture-one-actor",
"id": "AzC91MZuftkZihWr56",
"url": "http://pasture-one-actor/actor",
"username": "actor"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.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": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"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": 118,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}