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

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://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/ERN16eckuQ4",
  "published": "2025-09-08T13:00:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/Du07GN6_bGc",
    "published": "2025-09-08T13:00:22Z",
    "content": "basic mention; mention as list of dictionaries",
    "tag": [
      {
        "type": "Mention",
        "name": "@actor@test_server",
        "href": "http://pasture-one-actor/actor"
      }
    ],
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>basic mention; mention as list of dictionaries</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-95\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/95/basic-mention-mention-as-list-of-dictionaries\"><time class=\"timeago\" datetime=\"2025-09-08T13:00:22+00:00\" title=\"2025-09-08T13:00:22+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>basic mention; mention as list of dictionaries</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/95?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/95/basic-mention-mention-as-list-of-dictionaries/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/95\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/95\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/95/basic-mention-mention-as-list-of-dictionaries/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/Du07GN6_bGc\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/Du07GN6_bGc\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/95/basic-mention-mention-as-list-of-dictionaries\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/WRUP-Y0TMA4",
  "published": "2025-09-08T13:00:23Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/sUe3eFPlusg",
    "published": "2025-09-08T13:00:23Z",
    "content": "text @actor@pasture-one-actor; mention as dictionary",
    "tag": {
      "type": "Mention",
      "name": "@actor@test_server",
      "href": "http://pasture-one-actor/actor"
    },
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>text <span> <a href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        @actor</a>\n</span>; mention as dictionary</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-96\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/96/text-at-actor-at-pasture-one-actor-mention-as-dictionary\"><time class=\"timeago\" datetime=\"2025-09-08T13:00:23+00:00\" title=\"2025-09-08T13:00:23+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>text <span> <a href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        @actor</a>\n</span>; mention as dictionary</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/96?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/96/text-at-actor-at-pasture-one-actor-mention-as-dictionary/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/96\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/96\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/96/text-at-actor-at-pasture-one-actor-mention-as-dictionary/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/sUe3eFPlusg\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/sUe3eFPlusg\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/96/text-at-actor-at-pasture-one-actor-mention-as-dictionary\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/ju0y4vf0bt8",
  "published": "2025-09-08T13:00:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/2jecsikv4QE",
    "published": "2025-09-08T13:00:24Z",
    "content": "unrelated text",
    "tag": {
      "type": "Mention",
      "name": "something something",
      "href": "http://pasture-one-actor/actor"
    },
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>unrelated text</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-97\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/97/unrelated-text\"><time class=\"timeago\" datetime=\"2025-09-08T13:00:24+00:00\" title=\"2025-09-08T13:00:24+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>unrelated text</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/97?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/97/unrelated-text/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/97\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/97\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/97/unrelated-text/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/2jecsikv4QE\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/2jecsikv4QE\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/97/unrelated-text\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/15IXhsH3HK8",
  "published": "2025-09-08T13:00:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/SYF_Z8zYgNI",
    "published": "2025-09-08T13:00:25Z",
    "content": "Missing Name @actor@pasture-one-actor",
    "tag": {
      "type": "Mention",
      "href": "http://pasture-one-actor/actor"
    },
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>Missing Name <span> <a href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        @actor</a>\n</span></p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-98\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/98/Missing-Name-at-actor-at-pasture-one-actor\"><time class=\"timeago\" datetime=\"2025-09-08T13:00:25+00:00\" title=\"2025-09-08T13:00:25+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>Missing Name <span> <a href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        @actor</a>\n</span></p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/98?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/98/Missing-Name-at-actor-at-pasture-one-actor/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/98\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/98\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/98/Missing-Name-at-actor-at-pasture-one-actor/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/SYF_Z8zYgNI\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/SYF_Z8zYgNI\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/98/Missing-Name-at-actor-at-pasture-one-actor\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/AxVUzKpg0dU",
  "published": "2025-09-08T13:00:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/RYtxo1DFWVQ",
    "published": "2025-09-08T13:00:26Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@the_milkman@mastodon.social",
      "href": "https://mastodon.social/users/the_milkman"
    },
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>text</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-99\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/99/text\"><time class=\"timeago\" datetime=\"2025-09-08T13:00:26+00:00\" title=\"2025-09-08T13:00:26+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>text</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/99?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/99/text/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/99\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/99\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/99/text/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/RYtxo1DFWVQ\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/RYtxo1DFWVQ\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/99/text\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/wo23x17ljaE",
  "published": "2025-09-08T13:00:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/thcRPF2ioTU",
    "published": "2025-09-08T13:00:27Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@dummy@example",
      "href": "https://dummy.example"
    },
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>text</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-100\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/100/text\"><time class=\"timeago\" datetime=\"2025-09-08T13:00:27+00:00\" title=\"2025-09-08T13:00:27+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>text</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/100?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/100/text/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/100\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/100\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/100/text/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/thcRPF2ioTU\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/thcRPF2ioTU\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/100/text\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/VTiodv0OaCc",
  "published": "2025-09-08T13:00:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/6P2YoBsFQ3g",
    "published": "2025-09-08T13:00:28Z",
    "content": "text",
    "tag": {
      "type": "Mention",
      "name": "@test_actor@test_server",
      "href": "http://test_actor"
    },
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>text</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-101\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/101/text\"><time class=\"timeago\" datetime=\"2025-09-08T13:00:28+00:00\" title=\"2025-09-08T13:00:28+00:00\">2 seconds ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>text</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/101?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/101/text/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/101\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/101\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/101/text/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/6P2YoBsFQ3g\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/6P2YoBsFQ3g\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/101/text\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/MpHezgQIHQo",
  "published": "2025-09-08T13:00:30Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/dhr3dxkhtgk",
    "published": "2025-09-08T13:00:30Z",
    "content": "text",
    "tag": {
      "type": "as:Mention",
      "name": "yay",
      "href": "http://pasture-one-actor/actor"
    },
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p>text</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-102\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/102/text\"><time class=\"timeago\" datetime=\"2025-09-08T13:00:30+00:00\" title=\"2025-09-08T13:00:30+00:00\">now   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p>text</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/102?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/102/text/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/102\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/102\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/102/text/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/dhr3dxkhtgk\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/dhr3dxkhtgk\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/102/text\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/w_syS7jBxJc",
  "published": "2025-09-08T13:00:31Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/32A9nImLRYc",
    "published": "2025-09-08T13:00:31Z",
    "content": "@actor text",
    "tag": {
      "name": "@actor",
      "href": "http://pasture-one-actor/actor"
    },
    "cc": []
  }
}
mbin
{
  "content": "<div class=\"content\">\n<p><span class=\"mention mention--unresolvable\">@actor</span> text</p>\n</div>",
  "html": "<blockquote class=\"section post subject\" data-action=\"notifications:Notification@window-&gt;subject#notification\" data-controller=\"post subject mentions html-refresh\" id=\"post-103\">\n<header>\n<a class=\"user-inline\" data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"@actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\" title=\"@actor@pasture-one-actor\">\n        actor                <i aria-description=\"This user is new (active for less than 30 days)\" class=\"fa-solid fa-leaf new-user-icon\" title=\"This user is new (active for less than 30 days)\"></i>\n</a>\n<span>, </span>\n<a class=\"link-muted\" href=\"/m/random/p/103/at-actor-text\"><time class=\"timeago\" datetime=\"2025-09-08T13:00:31+00:00\" title=\"2025-09-08T13:00:31+00:00\">1 second ago   \n</time></a>\n</header>\n<figure>\n<a data-action=\"mouseover-&gt;mentions#user_popup mouseout-&gt;mentions#user_popup_out\" data-mentions-username-param=\"actor@pasture-one-actor\" href=\"/u/@actor@pasture-one-actor\">\n<div class=\"no-avatar\"></div>\n</a>\n</figure>\n<div class=\"content\">\n<p><span class=\"mention mention--unresolvable\">@actor</span> text</p>\n</div>\n<aside class=\"vote\">\n<form action=\"/pf/103?choice=0\" class=\"vote__up\" method=\"post\">\n<button aria-label=\"Favorite\" data-action=\"subject#vote\" title=\"Favorite\" type=\"submit\">\n<span data-subject-target=\"favCounter\">0</span> <span><i aria-hidden=\"true\" class=\"fa-solid fa-arrow-up\"></i></span>\n</button>\n</form>\n</aside>\n<footer>\n<menu>\n<li>\n<a class=\"stretched-link\" data-action=\"subject#getForm\" href=\"/m/random/p/103/at-actor-text/reply\">Reply</a>\n</li>\n<li>\n<form action=\"/pb/103\" method=\"post\">\n<button class=\"boost-link stretched-link\" data-action=\"subject#favourite\" type=\"submit\">\n        Boost <span class=\"hidden\" data-subject-target=\"upvoteCounter\">(0)</span>\n</button>\n</form>\n</li>\n<li class=\"dropdown\">\n<button class=\"stretched-link\" data-subject-target=\"more\">More</button>\n<ul class=\"dropdown__menu\" data-controller=\"clipboard\">\n<li>\n<a class=\"\" data-action=\"subject#getForm\" href=\"/pr/103\">\n                Report\n            </a>\n</li>\n<li>\n<a class=\"\" href=\"/m/random/p/103/at-actor-text/votes?type=up\">\n                Activity\n            </a>\n</li>\n<li class=\"dropdown__separator\"></li>\n<li>\n<a href=\"http://pasture-one-actor/object/32A9nImLRYc\" rel=\"nofollow noopener noreferrer\" target=\"_blank\">\n                Open original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"http://pasture-one-actor/object/32A9nImLRYc\" rel=\"nofollow noopener noreferrer\">\n                Copy original URL\n            </a>\n</li>\n<li>\n<a data-action=\"clipboard#copy\" href=\"/m/random/p/103/at-actor-text\">\n                Copy Mbin URL\n            </a>\n</li>\n</ul>\n</li>\n<li data-subject-target=\"loader\" style=\"display:none\">\n<div class=\"loader\" role=\"status\">\n<span class=\"visually-hidden\">Loading...</span>\n</div>\n</li>\n</menu>\n<div class=\"js-container\" data-subject-target=\"container\">\n</div>\n</footer>\n</blockquote>"
}

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://mbin/u/oscar"
  ],
  "id": "http://pasture-one-actor/activity/wkkR8Lc8ZP8",
  "published": "2025-09-08T13:00:32Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mbin/u/oscar"
    ],
    "id": "http://pasture-one-actor/object/5JlilV1e04g",
    "published": "2025-09-08T13:00:32Z",
    "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"
      }
    ],
    "cc": []
  }
}

no result