HTML tags in summary¶
Here we analyze, which types of HTML tags are allowed inside the summary field.
As the content field, the [summary field(https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary) is described as
A natural language summarization of the object encoded as HTML.
This is a somewhat petulant table as most Fediverse applications treat the summary field as a plain text content warning.
Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/j7B2sHy-10w",
"published": "2024-12-18T19:45:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/ASLJDz7ya1Y",
"published": "2024-12-18T19:45:02Z",
"summary": "<b>bold</b>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-6230-7dd3-9ce4-b033d512718d",
"created_at": "2024-12-18T19:45:02.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<b>bold</b>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/ASLJDz7ya1Y",
"url": "http://pasture-one-actor/actor/ASLJDz7ya1Y",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/Fo_a8fYUpak",
"published": "2024-12-18T19:45:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/N2zpbf1eM4A",
"published": "2024-12-18T19:45:03Z",
"summary": "<strong>strong</strong>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-6618-757b-a4ee-1682b01942d8",
"created_at": "2024-12-18T19:45:03.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<strong>strong</strong>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/N2zpbf1eM4A",
"url": "http://pasture-one-actor/actor/N2zpbf1eM4A",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/FFRH22lKPL8",
"published": "2024-12-18T19:45:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/UaLCMHNUNBc",
"published": "2024-12-18T19:45:04Z",
"summary": "<i>italic</i>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-6a00-79a8-8748-4b38693d4aaa",
"created_at": "2024-12-18T19:45:04.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<i>italic</i>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/UaLCMHNUNBc",
"url": "http://pasture-one-actor/actor/UaLCMHNUNBc",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/F6MxlINgBuo",
"published": "2024-12-18T19:45:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/BEEdCsDz-pI",
"published": "2024-12-18T19:45:04Z",
"summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-6a00-79a8-8748-4b3883962fdd",
"created_at": "2024-12-18T19:45:04.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/BEEdCsDz-pI",
"url": "http://pasture-one-actor/actor/BEEdCsDz-pI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/GjuhbSI1o4o",
"published": "2024-12-18T19:45:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/wsRP-qyFGAg",
"published": "2024-12-18T19:45:05Z",
"summary": "<em>emphasis</em>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-6de8-7a83-b91e-67422ded4697",
"created_at": "2024-12-18T19:45:05.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<em>emphasis</em>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/wsRP-qyFGAg",
"url": "http://pasture-one-actor/actor/wsRP-qyFGAg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/QXux2Jhx0zA",
"published": "2024-12-18T19:45:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/hSVycQU3tLY",
"published": "2024-12-18T19:45:06Z",
"summary": "<del>old</del><ins>new</ins>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-71d0-7f9e-b76e-452c6e2332ef",
"created_at": "2024-12-18T19:45:06.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<del>old</del><ins>new</ins>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/hSVycQU3tLY",
"url": "http://pasture-one-actor/actor/hSVycQU3tLY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/QEl55n262oQ",
"published": "2024-12-18T19:45:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/c0Sj--Vb8l4",
"published": "2024-12-18T19:45:07Z",
"summary": "<s>stricken</s>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-75b8-7f4a-a5f8-b4b0d590acd4",
"created_at": "2024-12-18T19:45:07.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<s>stricken</s>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/c0Sj--Vb8l4",
"url": "http://pasture-one-actor/actor/c0Sj--Vb8l4",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/QcPvuuoG-4Y",
"published": "2024-12-18T19:45:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/Xs6_6syVuDY",
"published": "2024-12-18T19:45:08Z",
"summary": "<mark>mark</mark>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-79a0-7cc5-ad50-8f843dc66570",
"created_at": "2024-12-18T19:45:08.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<mark>mark</mark>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/Xs6_6syVuDY",
"url": "http://pasture-one-actor/actor/Xs6_6syVuDY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/XIK-JQoE108",
"published": "2024-12-18T19:45:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/rW05JSRC1QM",
"published": "2024-12-18T19:45:08Z",
"summary": "find <var>x</var> (a variable)",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-79a0-7cc5-ad50-8f8534b7e545",
"created_at": "2024-12-18T19:45:08.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "find <var>x</var> (a variable)",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/rW05JSRC1QM",
"url": "http://pasture-one-actor/actor/rW05JSRC1QM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/CBrfVjAxcLc",
"published": "2024-12-18T19:45:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/ntz7Zpk1Y0g",
"published": "2024-12-18T19:45:09Z",
"summary": "<ol><li>ordered</li></ol>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-7d88-78f7-b33d-f03aa36bb6e1",
"created_at": "2024-12-18T19:45:09.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<ol><li>ordered</li></ol>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/ntz7Zpk1Y0g",
"url": "http://pasture-one-actor/actor/ntz7Zpk1Y0g",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/bzsehmjas4Y",
"published": "2024-12-18T19:45:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/jQYKpvVBQoY",
"published": "2024-12-18T19:45:10Z",
"summary": "<ul><li>unordered</li></ul>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-8170-7089-8c29-57681b2c34fb",
"created_at": "2024-12-18T19:45:10.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<ul><li>unordered</li></ul>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/jQYKpvVBQoY",
"url": "http://pasture-one-actor/actor/jQYKpvVBQoY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/GgH0rpsNMT4",
"published": "2024-12-18T19:45:11Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/g5DIw2VZpAk",
"published": "2024-12-18T19:45:11Z",
"summary": "<h1>h1</h1>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-8558-7365-b612-9df908be6fd4",
"created_at": "2024-12-18T19:45:11.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<h1>h1</h1>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/g5DIw2VZpAk",
"url": "http://pasture-one-actor/actor/g5DIw2VZpAk",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/SJXsr3MkvKQ",
"published": "2024-12-18T19:45:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/i6qQ06AldgE",
"published": "2024-12-18T19:45:12Z",
"summary": "<h2>h2</h2>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-8940-732c-a4f1-50cdd0361b49",
"created_at": "2024-12-18T19:45:12.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<h2>h2</h2>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/i6qQ06AldgE",
"url": "http://pasture-one-actor/actor/i6qQ06AldgE",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/3EziQwqEEIc",
"published": "2024-12-18T19:45:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/yL2zp_4R1qY",
"published": "2024-12-18T19:45:12Z",
"summary": "<h3>h3</h3>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-8940-732c-a4f1-50cec1a17b73",
"created_at": "2024-12-18T19:45:12.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<h3>h3</h3>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/yL2zp_4R1qY",
"url": "http://pasture-one-actor/actor/yL2zp_4R1qY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/ScSXHQrjuQs",
"published": "2024-12-18T19:45:13Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/dGjaaKOAcio",
"published": "2024-12-18T19:45:13Z",
"summary": "<h4>h4</h4>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-8d28-7ded-8c1b-d45d23ca72aa",
"created_at": "2024-12-18T19:45:13.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<h4>h4</h4>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/dGjaaKOAcio",
"url": "http://pasture-one-actor/actor/dGjaaKOAcio",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/ZTVrftB2I7A",
"published": "2024-12-18T19:45:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/DZexLLA6jEU",
"published": "2024-12-18T19:45:14Z",
"summary": "<h5>h5</h5>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-9110-79cc-972b-9de8f2812f35",
"created_at": "2024-12-18T19:45:14.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<h5>h5</h5>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/DZexLLA6jEU",
"url": "http://pasture-one-actor/actor/DZexLLA6jEU",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/4XUhrJZHyvQ",
"published": "2024-12-18T19:45:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/MDw5R5og2rc",
"published": "2024-12-18T19:45:15Z",
"summary": "<h1>h1</h1><h2>h2</h2>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-94f8-77a6-a158-023f484d4803",
"created_at": "2024-12-18T19:45:15.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<h1>h1</h1><h2>h2</h2>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/MDw5R5og2rc",
"url": "http://pasture-one-actor/actor/MDw5R5og2rc",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/qJCnevNPTrw",
"published": "2024-12-18T19:45:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/zGlSw2hX9cY",
"published": "2024-12-18T19:45:16Z",
"summary": "<code>code</code>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-98e0-76fc-8b50-a8ef0fb5c7af",
"created_at": "2024-12-18T19:45:16.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<code>code</code>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/zGlSw2hX9cY",
"url": "http://pasture-one-actor/actor/zGlSw2hX9cY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/iARz_QWltBU",
"published": "2024-12-18T19:45:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/I9o8K4DJkVw",
"published": "2024-12-18T19:45:17Z",
"summary": "<pre>pre</pre>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-9cc8-74c5-9333-79f910713b13",
"created_at": "2024-12-18T19:45:17.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<pre>pre</pre>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/I9o8K4DJkVw",
"url": "http://pasture-one-actor/actor/I9o8K4DJkVw",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 20¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/RUhTbxv0dsI",
"published": "2024-12-18T19:45:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/LgCtudS3xHA",
"published": "2024-12-18T19:45:17Z",
"summary": "line<br/>break",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-9cc8-74c5-9333-79f97561c659",
"created_at": "2024-12-18T19:45:17.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "line<br/>break",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/LgCtudS3xHA",
"url": "http://pasture-one-actor/actor/LgCtudS3xHA",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 21¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/U0UBrePFHkw",
"published": "2024-12-18T19:45:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/oqwenmCjajg",
"published": "2024-12-18T19:45:18Z",
"summary": "<p>paragraph</p>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-a0b0-764d-ae61-ecd5fe286976",
"created_at": "2024-12-18T19:45:18.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<p>paragraph</p>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/oqwenmCjajg",
"url": "http://pasture-one-actor/actor/oqwenmCjajg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 22¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/lny64hw3VJg",
"published": "2024-12-18T19:45:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/StruBxDQpdI",
"published": "2024-12-18T19:45:19Z",
"summary": "<small>small</small>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-a498-7d67-8f3e-d60c2301a588",
"created_at": "2024-12-18T19:45:19.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<small>small</small>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/StruBxDQpdI",
"url": "http://pasture-one-actor/actor/StruBxDQpdI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 23¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/EPxiWNY0-7U",
"published": "2024-12-18T19:45:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/z9J0iHHXKP0",
"published": "2024-12-18T19:45:20Z",
"summary": "<sup>sup</sup>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-a880-727d-ad87-10e6cf320079",
"created_at": "2024-12-18T19:45:20.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<sup>sup</sup>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/z9J0iHHXKP0",
"url": "http://pasture-one-actor/actor/z9J0iHHXKP0",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 24¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/ZheRb2dFTKs",
"published": "2024-12-18T19:45:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/59wAeueQUls",
"published": "2024-12-18T19:45:21Z",
"summary": "<sub>sub</sub>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-ac68-7469-829d-326b18165c30",
"created_at": "2024-12-18T19:45:21.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<sub>sub</sub>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/59wAeueQUls",
"url": "http://pasture-one-actor/actor/59wAeueQUls",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 25¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/A2E4ET-3Jho",
"published": "2024-12-18T19:45:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/eW9WNScHLgM",
"published": "2024-12-18T19:45:21Z",
"summary": "<a href='https://funfedi.dev'>funfedi</a>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-ac68-7469-829d-326b7e87d761",
"created_at": "2024-12-18T19:45:21.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<a href='https://funfedi.dev'>funfedi</a>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/eW9WNScHLgM",
"url": "http://pasture-one-actor/actor/eW9WNScHLgM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 26¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/ITR05THEl3E",
"published": "2024-12-18T19:45:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/NyHP-GVYac8",
"published": "2024-12-18T19:45:22Z",
"summary": "<script>alert('hi');</script>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-b050-7831-b5f2-fdcc591479d5",
"created_at": "2024-12-18T19:45:22.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<script>alert('hi');</script>",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/NyHP-GVYac8",
"url": "http://pasture-one-actor/actor/NyHP-GVYac8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 27¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/31LmZIDEcCQ",
"published": "2024-12-18T19:45:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/KBAkqffzHNs",
"published": "2024-12-18T19:45:23Z",
"summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-b438-7a05-a26b-25ca63ad389c",
"created_at": "2024-12-18T19:45:23.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/KBAkqffzHNs",
"url": "http://pasture-one-actor/actor/KBAkqffzHNs",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 28¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/K4PkyRxytMA",
"published": "2024-12-18T19:45:24Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/5RAJb2uN0Nk",
"published": "2024-12-18T19:45:24Z",
"summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0193db4d-b820-7728-b711-71871894cf5d",
"created_at": "2024-12-18T19:45:24.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/5RAJb2uN0Nk",
"url": "http://pasture-one-actor/actor/5RAJb2uN0Nk",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "See summary",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0193db49-3b8a-793c-9754-0eebc3c98123",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-12-18T19:40:29.878Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
Example 29¶
no result
no result
Example 30¶
no result
no result