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/gka3CrimAr8",
"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/k8gX7JANjvg",
"published": "2024-03-06T17:41:54Z",
"content": "<b>bold</b>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "bold"
},
"context": "http://pasture_one_actor/actor/k8gX7JANjvg",
"conversation_id": 1063640557,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<b>bold</b>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/k8gX7JANjvg",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA7Mz4rAuDYukUxk",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/k8gX7JANjvg",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 23,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:41:54.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/K91iSk_UDUo",
"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/bCHolIvuiZ4",
"published": "2024-03-06T17:41:56Z",
"content": "<i>italic</i>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "italic"
},
"context": "http://pasture_one_actor/actor/bCHolIvuiZ4",
"conversation_id": 1119456125,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<i>italic</i>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/bCHolIvuiZ4",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA7YzAEg6amesjlQ",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/bCHolIvuiZ4",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 24,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:41:56.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/sz7g_FKXFgM",
"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/RgZyYYIiwTA",
"published": "2024-03-06T17:41:59Z",
"content": "<ol><li>ordered</li></ol>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "ordered"
},
"context": "http://pasture_one_actor/actor/RgZyYYIiwTA",
"conversation_id": 2095077577,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<ol><li>ordered</li></ol>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/RgZyYYIiwTA",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA7kvLqgBZoJBrUG",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/RgZyYYIiwTA",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 25,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:41:59.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/GEVJa9sNkW8",
"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/IpBB3Om8CDM",
"published": "2024-03-06T17:42:01Z",
"content": "<ul><li>unordered</li></ul>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "unordered"
},
"context": "http://pasture_one_actor/actor/IpBB3Om8CDM",
"conversation_id": 643116685,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<ul><li>unordered</li></ul>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/IpBB3Om8CDM",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA7whG4u2iK4gmBc",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/IpBB3Om8CDM",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 26,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:01.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/00Cn4DlkMT4",
"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/dvxPjPOl0aA",
"published": "2024-03-06T17:42:03Z",
"content": "<h1>h1</h1>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "h1"
},
"context": "http://pasture_one_actor/actor/dvxPjPOl0aA",
"conversation_id": 1871925886,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "h1",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/dvxPjPOl0aA",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA88R2R2CMjFBzZQ",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/dvxPjPOl0aA",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 27,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:03.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/y1lv6FTgCMQ",
"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/xS5abWcTMDo",
"published": "2024-03-06T17:42:05Z",
"content": "<h2>h2</h2>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "h2"
},
"context": "http://pasture_one_actor/actor/xS5abWcTMDo",
"conversation_id": 1945711082,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "h2",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/xS5abWcTMDo",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA8KGqQlAtR6W1Lc",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/xS5abWcTMDo",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 28,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:05.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/YrfoAagxBho",
"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/qGSspzh8uQw",
"published": "2024-03-06T17:42:07Z",
"content": "<h3>h3</h3>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "h3"
},
"context": "http://pasture_one_actor/actor/qGSspzh8uQw",
"conversation_id": 1961150538,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "h3",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/qGSspzh8uQw",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA8W1giwBHtZW5OC",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/qGSspzh8uQw",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 29,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:07.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/JRSSORsKKfs",
"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/bXQy0tV8_04",
"published": "2024-03-06T17:42:09Z",
"content": "<h4>h4</h4>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "h4"
},
"context": "http://pasture_one_actor/actor/bXQy0tV8_04",
"conversation_id": 1822039999,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "h4",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/bXQy0tV8_04",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA8i2q2UEPAc9Aqe",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/bXQy0tV8_04",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 30,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:09.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/_ggXNPOq5Zc",
"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/Izw6g9x2MDU",
"published": "2024-03-06T17:42:11Z",
"content": "<h5>h5</h5>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "h5"
},
"context": "http://pasture_one_actor/actor/Izw6g9x2MDU",
"conversation_id": 694536705,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "h5",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/Izw6g9x2MDU",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA8tkqVCy9UHoyTA",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/Izw6g9x2MDU",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 31,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:11.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/p0hTxBzM3gM",
"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/JLp8tdTSov4",
"published": "2024-03-06T17:42:13Z",
"content": "<code>code</code>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "code"
},
"context": "http://pasture_one_actor/actor/JLp8tdTSov4",
"conversation_id": 687897004,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<code>code</code>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/JLp8tdTSov4",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA95gg8WlYUpxodk",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/JLp8tdTSov4",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 32,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:13.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/TQxHsd_LBqc",
"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/gCDfB903zI4",
"published": "2024-03-06T17:42:15Z",
"content": "<pre>pre</pre>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "pre"
},
"context": "http://pasture_one_actor/actor/gCDfB903zI4",
"conversation_id": 1215723187,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<pre>pre</pre>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/gCDfB903zI4",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA9HOgbFVIoVdcGG",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/gCDfB903zI4",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 33,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:15.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/Ah0OHlBaSn4",
"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/KHuXti8geks",
"published": "2024-03-06T17:42:17Z",
"content": "line<br/>break"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "linebreak"
},
"context": "http://pasture_one_actor/actor/KHuXti8geks",
"conversation_id": 2119121023,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "line<br/>break",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/KHuXti8geks",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA9TV9b1o8M2kx0a",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/KHuXti8geks",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 34,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:17.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/cVa5Gt3zAOo",
"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/5foIuXa_t0o",
"published": "2024-03-06T17:42:19Z",
"content": "<p>paragraph</p>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "paragraph"
},
"context": "http://pasture_one_actor/actor/5foIuXa_t0o",
"conversation_id": 857159788,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<p>paragraph</p>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/5foIuXa_t0o",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA9fDW2QpSgob2BM",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/5foIuXa_t0o",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 35,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:19.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/WKBDdDBXsfU",
"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/r36uUcCty3Q",
"published": "2024-03-06T17:42:21Z",
"content": "<small>small</small>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "small"
},
"context": "http://pasture_one_actor/actor/r36uUcCty3Q",
"conversation_id": 275550081,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<small>small</small>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/r36uUcCty3Q",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaA9qwaRCPx3mlgSe",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/r36uUcCty3Q",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 36,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:21.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/bI4ovMHpfz8",
"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/_wMciY6UYXk",
"published": "2024-03-06T17:42:23Z",
"content": "<sup>sup</sup>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "sup"
},
"context": "http://pasture_one_actor/actor/_wMciY6UYXk",
"conversation_id": 432139800,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<sup>sup</sup>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/_wMciY6UYXk",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAA2sm3CUw5R4oBU",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/_wMciY6UYXk",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 37,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:23.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/oXXfGbZoLGI",
"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/mlblqkDkATs",
"published": "2024-03-06T17:42:25Z",
"content": "<sub>sub</sub>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "sub"
},
"context": "http://pasture_one_actor/actor/mlblqkDkATs",
"conversation_id": 292050084,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<sub>sub</sub>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/mlblqkDkATs",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAAEUksKPo6PvnPc",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/mlblqkDkATs",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 38,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:25.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/QpwQtCRiO-8",
"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/vOTL4MdsXe0",
"published": "2024-03-06T17:42:27Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
akkoma
{
"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"
},
"pleroma": {
"content": {
"text/plain": "funfedi"
},
"context": "http://pasture_one_actor/actor/vOTL4MdsXe0",
"conversation_id": 895293200,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<a href=\"https://funfedi.dev\">funfedi</a>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/vOTL4MdsXe0",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAAQGf6YGwcBQi6y",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/vOTL4MdsXe0",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 39,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:27.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/C9iKTiJ8APw",
"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/Ro2h8XW2IOw",
"published": "2024-03-06T17:42:30Z",
"content": "<script>alert('hi');</script>"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": "alert('hi');"
},
"context": "http://pasture_one_actor/actor/Ro2h8XW2IOw",
"conversation_id": 1436920089,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "alert('hi');",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/Ro2h8XW2IOw",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAAc6p4xX3L8v1RQ",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/Ro2h8XW2IOw",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 40,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:30.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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/RLI5npL1q4s",
"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/FtNYvgUiKBs",
"published": "2024-03-06T17:42:32Z",
"content": "<img src=\"http://pasture_one_actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
akkoma
{
"card": null,
"pleroma": {
"content": {
"text/plain": ""
},
"context": "http://pasture_one_actor/actor/FtNYvgUiKBs",
"conversation_id": 2108099016,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"content": "<img src=\"http://pasture_one_actor/assets/nlnet.png\" alt=\"NLNET Logo\"/>",
"replies_count": 0,
"uri": "http://pasture_one_actor/actor/FtNYvgUiKBs",
"in_reply_to_account_id": null,
"quote": null,
"spoiler_text": "",
"quote_id": null,
"id": "AfaAAnn3eGqtZJlPIe",
"poll": null,
"favourited": false,
"visibility": "public",
"url": "http://pasture_one_actor/actor/FtNYvgUiKBs",
"in_reply_to_id": null,
"emoji_reactions": [],
"favourites_count": 0,
"edited_at": null,
"akkoma": {
"source": null
},
"bookmarked": false,
"reblogs_count": 0,
"text": null,
"reblogged": false,
"application": null,
"sensitive": false,
"pinned": false,
"muted": false,
"account": {
"acct": "actor@pasture_one_actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture_one_actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-03-06T17:40:42.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture_one_actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AfaA0fT9jNmmrjce5g",
"last_status_at": "2024-03-06",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture_one_actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 41,
"url": "http://pasture_one_actor/actor",
"username": "actor"
},
"mentions": [
{
"acct": "witch",
"id": "Afa9srfZMHPS3qow9Q",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"created_at": "2024-03-06T17:42:32.000Z",
"emojis": [],
"media_attachments": [],
"tags": [],
"reblog": null,
"language": null
}
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