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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/T8B-DoH4mNQ",
"published": "2025-08-15T11:17:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/gsLncgQWghE",
"published": "2025-08-15T11:17:22Z",
"summary": "<b>bold</b>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasq8g0e9f0057",
"uri": "http://pasture-one-actor/object/gsLncgQWghE",
"url": "http://pasture-one-actor/object/gsLncgQWghE",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 163,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:22.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<b>bold</b>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/5BhMfMn-OFo",
"published": "2025-08-15T11:17:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/TyoKvVvFM4c",
"published": "2025-08-15T11:17:23Z",
"summary": "<strong>strong</strong>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasr080e9f0058",
"uri": "http://pasture-one-actor/object/TyoKvVvFM4c",
"url": "http://pasture-one-actor/object/TyoKvVvFM4c",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 164,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:23.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<strong>strong</strong>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/bFZMMqC87P0",
"published": "2025-08-15T11:17:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/de6dYmwp67o",
"published": "2025-08-15T11:17:23Z",
"summary": "<i>italic</i>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasr080e9f0059",
"uri": "http://pasture-one-actor/object/de6dYmwp67o",
"url": "http://pasture-one-actor/object/de6dYmwp67o",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 165,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:23.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<i>italic</i>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/_PfMrsX6UbY",
"published": "2025-08-15T11:17:24Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/aXrw1_ibBR4",
"published": "2025-08-15T11:17:24Z",
"summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasrs00e9f005a",
"uri": "http://pasture-one-actor/object/aXrw1_ibBR4",
"url": "http://pasture-one-actor/object/aXrw1_ibBR4",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 166,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:24.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/Y52RPYDCt_U",
"published": "2025-08-15T11:17:25Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/9ByBTdGymCA",
"published": "2025-08-15T11:17:25Z",
"summary": "<em>emphasis</em>",
"content": "See summary"
}
}
sharkey
{
"id": "abgassjs0e9f005b",
"uri": "http://pasture-one-actor/object/9ByBTdGymCA",
"url": "http://pasture-one-actor/object/9ByBTdGymCA",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 167,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:25.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<em>emphasis</em>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/x5WCJ-LSUaE",
"published": "2025-08-15T11:17:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/1Du5cNYshR0",
"published": "2025-08-15T11:17:26Z",
"summary": "<del>old</del><ins>new</ins>",
"content": "See summary"
}
}
sharkey
{
"id": "abgastbk0e9f005c",
"uri": "http://pasture-one-actor/object/1Du5cNYshR0",
"url": "http://pasture-one-actor/object/1Du5cNYshR0",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 168,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:26.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<del>old</del><ins>new</ins>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/m-N3sFoARks",
"published": "2025-08-15T11:17:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/jIiRyfpf3oM",
"published": "2025-08-15T11:17:26Z",
"summary": "<s>stricken</s>",
"content": "See summary"
}
}
sharkey
{
"id": "abgastbk0e9f005d",
"uri": "http://pasture-one-actor/object/jIiRyfpf3oM",
"url": "http://pasture-one-actor/object/jIiRyfpf3oM",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 169,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:26.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<s>stricken</s>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/4vE4fbrxP2A",
"published": "2025-08-15T11:17:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/ygGdas_y0n8",
"published": "2025-08-15T11:17:27Z",
"summary": "<mark>mark</mark>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasu3c0e9f005e",
"uri": "http://pasture-one-actor/object/ygGdas_y0n8",
"url": "http://pasture-one-actor/object/ygGdas_y0n8",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 170,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:27.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<mark>mark</mark>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/TsHc_38OHsA",
"published": "2025-08-15T11:17:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/P8rc_EnZzSY",
"published": "2025-08-15T11:17:28Z",
"summary": "find <var>x</var> (a variable)",
"content": "See summary"
}
}
sharkey
{
"id": "abgasuv40e9f005f",
"uri": "http://pasture-one-actor/object/P8rc_EnZzSY",
"url": "http://pasture-one-actor/object/P8rc_EnZzSY",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 171,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:28.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "find <var>x</var> (a variable)",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/VF-YoqdHqMA",
"published": "2025-08-15T11:17:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/D0J7unxCDqM",
"published": "2025-08-15T11:17:28Z",
"summary": "<ol><li>ordered</li></ol>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasuv40e9f005g",
"uri": "http://pasture-one-actor/object/D0J7unxCDqM",
"url": "http://pasture-one-actor/object/D0J7unxCDqM",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 172,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:28.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<ol><li>ordered</li></ol>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/0kROu2uhrJY",
"published": "2025-08-15T11:17:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/tUnLH8mQi0E",
"published": "2025-08-15T11:17:29Z",
"summary": "<ul><li>unordered</li></ul>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasvmw0e9f005h",
"uri": "http://pasture-one-actor/object/tUnLH8mQi0E",
"url": "http://pasture-one-actor/object/tUnLH8mQi0E",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 173,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:29.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<ul><li>unordered</li></ul>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/x2uLgx_AZZ0",
"published": "2025-08-15T11:17:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/u5qMf6F5HoA",
"published": "2025-08-15T11:17:30Z",
"summary": "<h1>h1</h1>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasweo0e9f005i",
"uri": "http://pasture-one-actor/object/u5qMf6F5HoA",
"url": "http://pasture-one-actor/object/u5qMf6F5HoA",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 174,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:30.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<h1>h1</h1>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/RtFfwLjM8EY",
"published": "2025-08-15T11:17:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/Jr0POTq5KZ4",
"published": "2025-08-15T11:17:30Z",
"summary": "<h2>h2</h2>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasweo0e9f005j",
"uri": "http://pasture-one-actor/object/Jr0POTq5KZ4",
"url": "http://pasture-one-actor/object/Jr0POTq5KZ4",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 175,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:30.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<h2>h2</h2>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/kfj6nUuiePQ",
"published": "2025-08-15T11:17:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/lp_Dcu8rSCY",
"published": "2025-08-15T11:17:31Z",
"summary": "<h3>h3</h3>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasx6g0e9f005k",
"uri": "http://pasture-one-actor/object/lp_Dcu8rSCY",
"url": "http://pasture-one-actor/object/lp_Dcu8rSCY",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 176,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:31.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<h3>h3</h3>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/puuNJvLmiRw",
"published": "2025-08-15T11:17:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/YjEFtz88r9k",
"published": "2025-08-15T11:17:32Z",
"summary": "<h4>h4</h4>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasxy80e9f005l",
"uri": "http://pasture-one-actor/object/YjEFtz88r9k",
"url": "http://pasture-one-actor/object/YjEFtz88r9k",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 177,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:32.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<h4>h4</h4>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/A4KBnoV4GkM",
"published": "2025-08-15T11:17:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/VOR9ql6hm-Y",
"published": "2025-08-15T11:17:32Z",
"summary": "<h5>h5</h5>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasxy80e9f005m",
"uri": "http://pasture-one-actor/object/VOR9ql6hm-Y",
"url": "http://pasture-one-actor/object/VOR9ql6hm-Y",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 178,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:32.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<h5>h5</h5>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/gU3F3P-NLTY",
"published": "2025-08-15T11:17:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/StxZKmSTYK0",
"published": "2025-08-15T11:17:33Z",
"summary": "<h1>h1</h1><h2>h2</h2>",
"content": "See summary"
}
}
sharkey
{
"id": "abgasyq00e9f005n",
"uri": "http://pasture-one-actor/object/StxZKmSTYK0",
"url": "http://pasture-one-actor/object/StxZKmSTYK0",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 179,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:33.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<h1>h1</h1><h2>h2</h2>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/GcQCbUsstZM",
"published": "2025-08-15T11:17:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/GTC6HGf3TNA",
"published": "2025-08-15T11:17:34Z",
"summary": "<code>code</code>",
"content": "See summary"
}
}
sharkey
{
"id": "abgaszhs0e9f005o",
"uri": "http://pasture-one-actor/object/GTC6HGf3TNA",
"url": "http://pasture-one-actor/object/GTC6HGf3TNA",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 180,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:34.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<code>code</code>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/tdMAOZ1gj3s",
"published": "2025-08-15T11:17:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/GfZAqi6nxI0",
"published": "2025-08-15T11:17:35Z",
"summary": "<pre>pre</pre>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat09k0e9f005p",
"uri": "http://pasture-one-actor/object/GfZAqi6nxI0",
"url": "http://pasture-one-actor/object/GfZAqi6nxI0",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 181,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:35.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<pre>pre</pre>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/V2sT0Khwuew",
"published": "2025-08-15T11:17:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/W4GkoInzC-0",
"published": "2025-08-15T11:17:35Z",
"summary": "<blockquote>blockquote</blockquote>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat09k0e9f005q",
"uri": "http://pasture-one-actor/object/W4GkoInzC-0",
"url": "http://pasture-one-actor/object/W4GkoInzC-0",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 182,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:35.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<blockquote>blockquote</blockquote>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/ulC1Tng4ze0",
"published": "2025-08-15T11:17:36Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/XbAUvwAP7xk",
"published": "2025-08-15T11:17:36Z",
"summary": "line<br/>break",
"content": "See summary"
}
}
sharkey
{
"id": "abgat11c0e9f005r",
"uri": "http://pasture-one-actor/object/XbAUvwAP7xk",
"url": "http://pasture-one-actor/object/XbAUvwAP7xk",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 183,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:36.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "line<br/>break",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/EOPRoDcbNtE",
"published": "2025-08-15T11:17:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/ZVICVR5k9T8",
"published": "2025-08-15T11:17:37Z",
"summary": "<p>paragraph</p>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat1t40e9f005s",
"uri": "http://pasture-one-actor/object/ZVICVR5k9T8",
"url": "http://pasture-one-actor/object/ZVICVR5k9T8",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 184,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:37.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<p>paragraph</p>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/MyElEdp4vQg",
"published": "2025-08-15T11:17:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/sYKvUdEXxRw",
"published": "2025-08-15T11:17:37Z",
"summary": "<small>small</small>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat1t40e9f005t",
"uri": "http://pasture-one-actor/object/sYKvUdEXxRw",
"url": "http://pasture-one-actor/object/sYKvUdEXxRw",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 185,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:37.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<small>small</small>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/RI5p2V53T1M",
"published": "2025-08-15T11:17:38Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/DQoBraXOwgk",
"published": "2025-08-15T11:17:38Z",
"summary": "<sup>sup</sup>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat2kw0e9f005u",
"uri": "http://pasture-one-actor/object/DQoBraXOwgk",
"url": "http://pasture-one-actor/object/DQoBraXOwgk",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 186,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:38.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<sup>sup</sup>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/jFRUTQTfG0g",
"published": "2025-08-15T11:17:39Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/NsINYPe228U",
"published": "2025-08-15T11:17:39Z",
"summary": "<sub>sub</sub>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat3co0e9f005v",
"uri": "http://pasture-one-actor/object/NsINYPe228U",
"url": "http://pasture-one-actor/object/NsINYPe228U",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 187,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:39.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<sub>sub</sub>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/9_KXgcwDb4c",
"published": "2025-08-15T11:17:39Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/RbALUrwMp8w",
"published": "2025-08-15T11:17:39Z",
"summary": "<a href='https://funfedi.dev'>funfedi</a>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat3co0e9f005w",
"uri": "http://pasture-one-actor/object/RbALUrwMp8w",
"url": "http://pasture-one-actor/object/RbALUrwMp8w",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 188,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:39.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<a href='https://funfedi.dev'>funfedi</a>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/a-_qsaz8tEY",
"published": "2025-08-15T11:17:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/8BxqUz7K3iE",
"published": "2025-08-15T11:17:40Z",
"summary": "<script>alert('hi');</script>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat44g0e9f005x",
"uri": "http://pasture-one-actor/object/8BxqUz7K3iE",
"url": "http://pasture-one-actor/object/8BxqUz7K3iE",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 189,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:40.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<script>alert('hi');</script>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/tTG_j7YN4PU",
"published": "2025-08-15T11:17:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/9nKrpGS9oLs",
"published": "2025-08-15T11:17:41Z",
"summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"content": "See summary"
}
}
sharkey
{
"id": "abgat4w80e9f005y",
"uri": "http://pasture-one-actor/object/9nKrpGS9oLs",
"url": "http://pasture-one-actor/object/9nKrpGS9oLs",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 190,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:41.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 29¶
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/gieYXLdDZS0",
"published": "2025-08-15T11:17:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/k8YJ9EU9100",
"published": "2025-08-15T11:17:42Z",
"summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"content": "See summary"
}
}
sharkey
{
"id": "abgat5o00e9f005z",
"uri": "http://pasture-one-actor/object/k8YJ9EU9100",
"url": "http://pasture-one-actor/object/k8YJ9EU9100",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 191,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:42.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 30¶
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/KkDPWP2Jt0o",
"published": "2025-08-15T11:17:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/BHn3N-ZWUXQ",
"published": "2025-08-15T11:17:42Z",
"summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat5o00e9f0060",
"uri": "http://pasture-one-actor/object/BHn3N-ZWUXQ",
"url": "http://pasture-one-actor/object/BHn3N-ZWUXQ",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 192,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:42.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 31¶
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://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/activity/4t2HEfFP1bk",
"published": "2025-08-15T11:17:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/abgajfhntvnz0003"
],
"id": "http://pasture-one-actor/object/xdG8Ri3jDWA",
"published": "2025-08-15T11:17:43Z",
"summary": "Video <video controls width=\"250\">\n <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n Video of a cow eating</video>",
"content": "See summary"
}
}
sharkey
{
"id": "abgat6fs0e9f0061",
"uri": "http://pasture-one-actor/object/xdG8Ri3jDWA",
"url": "http://pasture-one-actor/object/xdG8Ri3jDWA",
"account": {
"id": "abgal1vf0e9f0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-15T11:11:23.835Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 193,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>See summary</p>",
"content_type": "text/x.misskeymarkdown",
"text": "See summary",
"created_at": "2025-08-15T11:17:43.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "Video <video controls width=\"250\">\n <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n Video of a cow eating</video>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}