HTML tags¶
Here we analyze, which types of HTML tags are allowed inside the content field. Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.
Due to firefish using markdown to format their content, the displayed result in the details table can be a bit off, please consult the example.
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/actor/Xh27Y08Kmf8",
"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/vRTwqrPOCiM",
"published": "2024-03-02T17:49:11Z",
"content": "<b>bold</b>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "bold"
},
"context": "http://pasture_one_actor/actor/vRTwqrPOCiM",
"conversation_id": 547089030,
"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/vRTwqrPOCiM",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsiBLmr8oegn7mNM",
"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": "<b>bold</b>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:11.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/vRTwqrPOCiM",
"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:11",
"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": 23,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
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/actor/ktiUEA0aXGA",
"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/eC_afU0frTc",
"published": "2024-03-02T17:49:13Z",
"content": "<i>italic</i>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "italic"
},
"context": "http://pasture_one_actor/actor/eC_afU0frTc",
"conversation_id": 137219594,
"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/eC_afU0frTc",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsiNMwAgrlxpkrpo",
"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": "<i>italic</i>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:13.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/eC_afU0frTc",
"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:13",
"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": 24,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
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/actor/N3giHYmLY1M",
"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/587r3zJdWps",
"published": "2024-03-02T17:49:15Z",
"content": "<ol><li>ordered</li></ol>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "ordered"
},
"context": "http://pasture_one_actor/actor/587r3zJdWps",
"conversation_id": 655379690,
"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/587r3zJdWps",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsiZNNWsLjCg3OBk",
"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": "<ol><li>ordered</li></ol>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:15.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/587r3zJdWps",
"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:15",
"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": 25,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
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/actor/k435K_dUAfU",
"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/tZF9GnWskrs",
"published": "2024-03-02T17:49:17Z",
"content": "<ul><li>unordered</li></ul>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "unordered"
},
"context": "http://pasture_one_actor/actor/tZF9GnWskrs",
"conversation_id": 1014145395,
"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/tZF9GnWskrs",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsil65wxedYY3kum",
"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": "<ul><li>unordered</li></ul>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:17.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/tZF9GnWskrs",
"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:17",
"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": 26,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
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/actor/OI6Cp90zAEk",
"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/vZnoTQKQvhE",
"published": "2024-03-02T17:49:19Z",
"content": "<h1>h1</h1>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "h1"
},
"context": "http://pasture_one_actor/actor/vZnoTQKQvhE",
"conversation_id": 690402100,
"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/vZnoTQKQvhE",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsix9N8bPEwBgXgm",
"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": "h1",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:19.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/vZnoTQKQvhE",
"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:20",
"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": 27,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
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/actor/5cO06nDOtHU",
"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/Ws60WwNQcGo",
"published": "2024-03-02T17:49:21Z",
"content": "<h2>h2</h2>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "h2"
},
"context": "http://pasture_one_actor/actor/Ws60WwNQcGo",
"conversation_id": 1665608411,
"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/Ws60WwNQcGo",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsj99oUmtCB1z42i",
"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": "h2",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:21.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/Ws60WwNQcGo",
"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:22",
"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": 28,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
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/actor/m7Gz-aynJFI",
"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/2pI6jsXsw-o",
"published": "2024-03-02T17:49:23Z",
"content": "<h3>h3</h3>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "h3"
},
"context": "http://pasture_one_actor/actor/2pI6jsXsw-o",
"conversation_id": 1929749939,
"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/2pI6jsXsw-o",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsjKwmf3b4k5ypOq",
"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": "h3",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:23.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/2pI6jsXsw-o",
"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:24",
"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": 29,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
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/actor/qoR2AfEUpv4",
"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/Vi5N8wTktLA",
"published": "2024-03-02T17:49:25Z",
"content": "<h4>h4</h4>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "h4"
},
"context": "http://pasture_one_actor/actor/Vi5N8wTktLA",
"conversation_id": 2086768966,
"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/Vi5N8wTktLA",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsjWvS7pf7tRRvzU",
"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": "h4",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:25.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/Vi5N8wTktLA",
"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:26",
"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": 30,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
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/actor/fGv9WEHcAvU",
"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/o7Jvn2qrhPo",
"published": "2024-03-02T17:49:27Z",
"content": "<h5>h5</h5>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "h5"
},
"context": "http://pasture_one_actor/actor/o7Jvn2qrhPo",
"conversation_id": 1704256349,
"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/o7Jvn2qrhPo",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsjieWWbFcGPcaGm",
"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": "h5",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:27.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/o7Jvn2qrhPo",
"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:28",
"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": 31,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
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/actor/jxybqNAW9hM",
"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/eom5ULImkJ0",
"published": "2024-03-02T17:49:29Z",
"content": "<code>code</code>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "code"
},
"context": "http://pasture_one_actor/actor/eom5ULImkJ0",
"conversation_id": 664958577,
"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/eom5ULImkJ0",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsjueFvQAPT3aXWC",
"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": "<code>code</code>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:29.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/eom5ULImkJ0",
"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:30",
"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": 32,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 11¶
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/WbSNvh4D8a0",
"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/OTj-wWgVQ2w",
"published": "2024-03-02T17:49:32Z",
"content": "<pre>pre</pre>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "pre"
},
"context": "http://pasture_one_actor/actor/OTj-wWgVQ2w",
"conversation_id": 1459088409,
"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/OTj-wWgVQ2w",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsk6WtkbPaJiEpiS",
"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": "<pre>pre</pre>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:32.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/OTj-wWgVQ2w",
"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:32",
"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": 33,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 12¶
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/6YN-bSHcR60",
"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/JgDVyUyzKh0",
"published": "2024-03-02T17:49:34Z",
"content": "line<br/>break"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "linebreak"
},
"context": "http://pasture_one_actor/actor/JgDVyUyzKh0",
"conversation_id": 250808815,
"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/JgDVyUyzKh0",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRskIOpcQ5b8AYYoC",
"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": "line<br/>break",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:34.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/JgDVyUyzKh0",
"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:34",
"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": 34,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 13¶
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/JjE7TmdIIHM",
"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/lwEdzVvDygM",
"published": "2024-03-02T17:49:36Z",
"content": "<p>paragraph</p>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "paragraph"
},
"context": "http://pasture_one_actor/actor/lwEdzVvDygM",
"conversation_id": 1023204624,
"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/lwEdzVvDygM",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRskUHTRbKlypCr0S",
"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": "<p>paragraph</p>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:36.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/lwEdzVvDygM",
"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:36",
"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": 35,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 14¶
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/r3BdINmW9r8",
"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/nbYXfPxPWcQ",
"published": "2024-03-02T17:49:38Z",
"content": "<small>small</small>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "small"
},
"context": "http://pasture_one_actor/actor/nbYXfPxPWcQ",
"conversation_id": 1767063685,
"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/nbYXfPxPWcQ",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRskgMAXyDhQrUlzU",
"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": "<small>small</small>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:38.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/nbYXfPxPWcQ",
"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:38",
"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": 36,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 15¶
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/VIzXiZ77C2g",
"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/2pTljBTZN2c",
"published": "2024-03-02T17:49:40Z",
"content": "<sup>sup</sup>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "sup"
},
"context": "http://pasture_one_actor/actor/2pTljBTZN2c",
"conversation_id": 1389800076,
"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/2pTljBTZN2c",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsksByXhCE8ionlg",
"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": "<sup>sup</sup>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:40.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/2pTljBTZN2c",
"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:40",
"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": 37,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 16¶
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/3yT8h0_dX4w",
"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/HOuSm-A_H5o",
"published": "2024-03-02T17:49:42Z",
"content": "<sub>sub</sub>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "sub"
},
"context": "http://pasture_one_actor/actor/HOuSm-A_H5o",
"conversation_id": 2137351136,
"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/HOuSm-A_H5o",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsl476DeQT74d4pk",
"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": "<sub>sub</sub>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:42.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/HOuSm-A_H5o",
"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:42",
"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": 38,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 17¶
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/8Q5QtQrSl04",
"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/vBot2HmMyqM",
"published": "2024-03-02T17:49:44Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "funfedi"
},
"context": "http://pasture_one_actor/actor/vBot2HmMyqM",
"conversation_id": 763573518,
"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/vBot2HmMyqM",
"media_attachments": [],
"card": {
"description": "",
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"pleroma": {
"opengraph": {
"image": "https://funfedi.dev/assets/FediverseLogo.png",
"title": "Home",
"type": "website",
"url": "https://funfedi.dev"
}
},
"provider_name": "funfedi.dev",
"provider_url": "https://funfedi.dev",
"title": "Home",
"type": "link",
"url": "https://funfedi.dev"
},
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRslGCrG4A8cPPqTY",
"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": "<a href=\"https://funfedi.dev\">funfedi</a>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:44.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/vBot2HmMyqM",
"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:45",
"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": 39,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 18¶
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/6PeS2vQX0HI",
"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/WtsKGX-DnxY",
"published": "2024-03-02T17:49:46Z",
"content": "<script>alert('hi');</script>"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": "alert('hi');"
},
"context": "http://pasture_one_actor/actor/WtsKGX-DnxY",
"conversation_id": 1399412679,
"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/WtsKGX-DnxY",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRslS6Z1IG3WMYzKa",
"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": "alert('hi');",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:46.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/WtsKGX-DnxY",
"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:47",
"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": 40,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 19¶
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/lQ6KQd7QWQY",
"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/ExS3s968nm4",
"published": "2024-03-02T17:49:48Z",
"content": "<img src=\"http://pasture_one_actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
akkoma
{
"language": null,
"pleroma": {
"content": {
"text/plain": ""
},
"context": "http://pasture_one_actor/actor/ExS3s968nm4",
"conversation_id": 1868619069,
"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/ExS3s968nm4",
"media_attachments": [],
"card": null,
"quote": null,
"edited_at": null,
"spoiler_text": "",
"muted": false,
"tags": [],
"id": "AfRsle8mGt9uqhgvRo",
"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": "<img src=\"http://pasture_one_actor/assets/nlnet.png\" alt=\"NLNET Logo\"/>",
"visibility": "public",
"in_reply_to_id": null,
"created_at": "2024-03-02T17:49:48.000Z",
"bookmarked": false,
"emojis": [],
"url": "http://pasture_one_actor/actor/ExS3s968nm4",
"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:49",
"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": 41,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "AfRsTSu2OAVyRRJQtE",
"url": "http://akkoma/users/witch",
"username": "witch"
}
]
}
Example 20¶
no result
no result
Example 21¶
no result
no result
Example 22¶
no result
no result
Example 23¶
no result
no result
Example 24¶
no result
no result
Example 25¶
no result
no result
Example 26¶
no result
no result
Example 27¶
no result
no result
Example 28¶
no result
no result
Example 29¶
no result
no result
Example 30¶
no result
no result