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 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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/jhRqzuWnHOs",
"published": "2025-09-09T12:47:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/KroCBT-ow2Q",
"published": "2025-09-09T12:47:01Z",
"summary": "<b>bold</b>",
"content": "See summary"
}
}
pyfedi
{
"id": 200,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:47.174618Z",
"ap_id": "http://pasture-one-actor/object/b1j6bypGoOA",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40bd4tn88006u",
"uri": "http://pasture-one-actor/object/KroCBT-ow2Q",
"url": "http://pasture-one-actor/object/KroCBT-ow2Q",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 215,
"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-09-09T12:47:01.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/Z_DzSBVylwA",
"published": "2025-09-09T12:47:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/lDrGD2Z6qcA",
"published": "2025-09-09T12:47:02Z",
"summary": "<strong>strong</strong>",
"content": "See summary"
}
}
pyfedi
{
"id": 201,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:47.999850Z",
"ap_id": "http://pasture-one-actor/object/dWcEP-q0uWQ",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40c4wtn88006v",
"uri": "http://pasture-one-actor/object/lDrGD2Z6qcA",
"url": "http://pasture-one-actor/object/lDrGD2Z6qcA",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 216,
"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-09-09T12:47:02.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/F8RG8fsR-z4",
"published": "2025-09-09T12:47:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/dm6b2lo5L6Q",
"published": "2025-09-09T12:47:02Z",
"summary": "<i>italic</i>",
"content": "See summary"
}
}
pyfedi
{
"id": 202,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:48.816463Z",
"ap_id": "http://pasture-one-actor/object/-U0SVc9BJkI",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40c4wtn88006w",
"uri": "http://pasture-one-actor/object/dm6b2lo5L6Q",
"url": "http://pasture-one-actor/object/dm6b2lo5L6Q",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 217,
"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-09-09T12:47:02.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/cGou5wpxs_g",
"published": "2025-09-09T12:47:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/RF8frEk-SfA",
"published": "2025-09-09T12:47:03Z",
"summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"content": "See summary"
}
}
pyfedi
{
"id": 203,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:49.620381Z",
"ap_id": "http://pasture-one-actor/object/f5CBLxAEs-M",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40cwotn88006x",
"uri": "http://pasture-one-actor/object/RF8frEk-SfA",
"url": "http://pasture-one-actor/object/RF8frEk-SfA",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 218,
"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-09-09T12:47:03.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/RAUTaDydp5Y",
"published": "2025-09-09T12:47:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/qM4siO8-LVI",
"published": "2025-09-09T12:47:04Z",
"summary": "<em>emphasis</em>",
"content": "See summary"
}
}
pyfedi
{
"id": 204,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:50.420964Z",
"ap_id": "http://pasture-one-actor/object/8ZRppMkI0xg",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40dogtn88006y",
"uri": "http://pasture-one-actor/object/qM4siO8-LVI",
"url": "http://pasture-one-actor/object/qM4siO8-LVI",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 219,
"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-09-09T12:47:04.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/GQvk0SpojWo",
"published": "2025-09-09T12:47:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/rcpAjvolnCA",
"published": "2025-09-09T12:47:04Z",
"summary": "<del>old</del><ins>new</ins>",
"content": "See summary"
}
}
pyfedi
{
"id": 205,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:51.212639Z",
"ap_id": "http://pasture-one-actor/object/icSA36-oBRM",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40dogtn88006z",
"uri": "http://pasture-one-actor/object/rcpAjvolnCA",
"url": "http://pasture-one-actor/object/rcpAjvolnCA",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 220,
"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-09-09T12:47:04.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/yWUa_6jXHRY",
"published": "2025-09-09T12:47:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/KdjrknU59uY",
"published": "2025-09-09T12:47:05Z",
"summary": "<s>stricken</s>",
"content": "See summary"
}
}
pyfedi
{
"id": 206,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:51.963990Z",
"ap_id": "http://pasture-one-actor/object/CauMU4lF88A",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40eg8tn880070",
"uri": "http://pasture-one-actor/object/KdjrknU59uY",
"url": "http://pasture-one-actor/object/KdjrknU59uY",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 221,
"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-09-09T12:47:05.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/NRvQ7-Xw02I",
"published": "2025-09-09T12:47:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/jcki0tRsqqA",
"published": "2025-09-09T12:47:06Z",
"summary": "<mark>mark</mark>",
"content": "See summary"
}
}
pyfedi
{
"id": 207,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:52.746250Z",
"ap_id": "http://pasture-one-actor/object/QpT3uIyAFvk",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40f80tn880071",
"uri": "http://pasture-one-actor/object/jcki0tRsqqA",
"url": "http://pasture-one-actor/object/jcki0tRsqqA",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 222,
"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-09-09T12:47:06.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/YVeu6LIQauQ",
"published": "2025-09-09T12:47:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/Qe2r4BJPmMU",
"published": "2025-09-09T12:47:07Z",
"summary": "find <var>x</var> (a variable)",
"content": "See summary"
}
}
pyfedi
{
"id": 208,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:53.550844Z",
"ap_id": "http://pasture-one-actor/object/IJP57pKb6hs",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40fzstn880072",
"uri": "http://pasture-one-actor/object/Qe2r4BJPmMU",
"url": "http://pasture-one-actor/object/Qe2r4BJPmMU",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 223,
"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-09-09T12:47:07.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/DJ5DWv3teg4",
"published": "2025-09-09T12:47:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/84wbJqrFzBU",
"published": "2025-09-09T12:47:07Z",
"summary": "<ol><li>ordered</li></ol>",
"content": "See summary"
}
}
pyfedi
{
"id": 209,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:54.359357Z",
"ap_id": "http://pasture-one-actor/object/XfJ-lPPlxJ4",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40fzstn880073",
"uri": "http://pasture-one-actor/object/84wbJqrFzBU",
"url": "http://pasture-one-actor/object/84wbJqrFzBU",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 224,
"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-09-09T12:47:07.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ahasrbYFnu4",
"published": "2025-09-09T12:47:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/k0vuCKJbOZw",
"published": "2025-09-09T12:47:08Z",
"summary": "<ul><li>unordered</li></ul>",
"content": "See summary"
}
}
pyfedi
{
"id": 210,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:55.155731Z",
"ap_id": "http://pasture-one-actor/object/_eTZtnk9-Xs",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40grktn880074",
"uri": "http://pasture-one-actor/object/k0vuCKJbOZw",
"url": "http://pasture-one-actor/object/k0vuCKJbOZw",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 225,
"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-09-09T12:47:08.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ApvoaTReXaY",
"published": "2025-09-09T12:47:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/INfZimyKG0k",
"published": "2025-09-09T12:47:09Z",
"summary": "<h1>h1</h1>",
"content": "See summary"
}
}
pyfedi
{
"id": 211,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:55.923479Z",
"ap_id": "http://pasture-one-actor/object/GLGlsYXI_2E",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40hjctn880075",
"uri": "http://pasture-one-actor/object/INfZimyKG0k",
"url": "http://pasture-one-actor/object/INfZimyKG0k",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 226,
"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-09-09T12:47:09.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/t3ryjTbcE8Q",
"published": "2025-09-09T12:47:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/02DyBwE9ptA",
"published": "2025-09-09T12:47:09Z",
"summary": "<h2>h2</h2>",
"content": "See summary"
}
}
pyfedi
{
"id": 212,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:56.735287Z",
"ap_id": "http://pasture-one-actor/object/ewOQjssq2Zg",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40hjctn880076",
"uri": "http://pasture-one-actor/object/02DyBwE9ptA",
"url": "http://pasture-one-actor/object/02DyBwE9ptA",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 227,
"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-09-09T12:47:09.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/gFbi3DXJh0Y",
"published": "2025-09-09T12:47:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/OdB4JP4Rb4A",
"published": "2025-09-09T12:47:10Z",
"summary": "<h3>h3</h3>",
"content": "See summary"
}
}
pyfedi
{
"id": 213,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:57.484630Z",
"ap_id": "http://pasture-one-actor/object/T8HExIinYfk",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40ib4tn880077",
"uri": "http://pasture-one-actor/object/OdB4JP4Rb4A",
"url": "http://pasture-one-actor/object/OdB4JP4Rb4A",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 228,
"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-09-09T12:47:10.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/Og9fGfYfeiY",
"published": "2025-09-09T12:47:11Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/xUvb1JAk_o8",
"published": "2025-09-09T12:47:11Z",
"summary": "<h4>h4</h4>",
"content": "See summary"
}
}
pyfedi
{
"id": 214,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:58.288127Z",
"ap_id": "http://pasture-one-actor/object/Y5J41RItqGU",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40j2wtn880078",
"uri": "http://pasture-one-actor/object/xUvb1JAk_o8",
"url": "http://pasture-one-actor/object/xUvb1JAk_o8",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 229,
"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-09-09T12:47:11.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/yTaPMRhVSRs",
"published": "2025-09-09T12:47:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/cmQI82O2l4U",
"published": "2025-09-09T12:47:12Z",
"summary": "<h5>h5</h5>",
"content": "See summary"
}
}
pyfedi
{
"id": 215,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:59.117660Z",
"ap_id": "http://pasture-one-actor/object/K42h6JnRqWE",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40juotn880079",
"uri": "http://pasture-one-actor/object/cmQI82O2l4U",
"url": "http://pasture-one-actor/object/cmQI82O2l4U",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 230,
"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-09-09T12:47:12.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/fDuLGh_S0jY",
"published": "2025-09-09T12:47:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/t-82IVZexzg",
"published": "2025-09-09T12:47:12Z",
"summary": "<h1>h1</h1><h2>h2</h2>",
"content": "See summary"
}
}
pyfedi
{
"id": 216,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:59.872690Z",
"ap_id": "http://pasture-one-actor/object/liYpPQzRuFI",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40juotn88007a",
"uri": "http://pasture-one-actor/object/t-82IVZexzg",
"url": "http://pasture-one-actor/object/t-82IVZexzg",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 231,
"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-09-09T12:47:12.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ZkjdClC3Qt4",
"published": "2025-09-09T12:47:13Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/sSBMod_DQtk",
"published": "2025-09-09T12:47:13Z",
"summary": "<code>code</code>",
"content": "See summary"
}
}
pyfedi
{
"id": 217,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:00.699961Z",
"ap_id": "http://pasture-one-actor/object/v17umWsvcro",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40kmgtn88007b",
"uri": "http://pasture-one-actor/object/sSBMod_DQtk",
"url": "http://pasture-one-actor/object/sSBMod_DQtk",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 232,
"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-09-09T12:47:13.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/4w7fZbgLR2Y",
"published": "2025-09-09T12:47:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/xlpaeQbsfLM",
"published": "2025-09-09T12:47:14Z",
"summary": "<pre>pre</pre>",
"content": "See summary"
}
}
pyfedi
{
"id": 218,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:01.455001Z",
"ap_id": "http://pasture-one-actor/object/d8O5zjaR4uU",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40le8tn88007c",
"uri": "http://pasture-one-actor/object/xlpaeQbsfLM",
"url": "http://pasture-one-actor/object/xlpaeQbsfLM",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 233,
"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-09-09T12:47:14.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/5oERqt8D7qA",
"published": "2025-09-09T12:47:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/V1RiKMr15zw",
"published": "2025-09-09T12:47:14Z",
"summary": "<blockquote>blockquote</blockquote>",
"content": "See summary"
}
}
pyfedi
{
"id": 219,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:02.222506Z",
"ap_id": "http://pasture-one-actor/object/N5fnb9CrhHI",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40le8tn88007d",
"uri": "http://pasture-one-actor/object/V1RiKMr15zw",
"url": "http://pasture-one-actor/object/V1RiKMr15zw",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 234,
"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-09-09T12:47:14.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/10xwgLE2-fE",
"published": "2025-09-09T12:47:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/MTUiPzh7aNM",
"published": "2025-09-09T12:47:15Z",
"summary": "line<br/>break",
"content": "See summary"
}
}
pyfedi
{
"id": 220,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:03.019245Z",
"ap_id": "http://pasture-one-actor/object/BBjXUh-_rNA",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40m60tn88007e",
"uri": "http://pasture-one-actor/object/MTUiPzh7aNM",
"url": "http://pasture-one-actor/object/MTUiPzh7aNM",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 235,
"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-09-09T12:47:15.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/NCZ5aIVom2w",
"published": "2025-09-09T12:47:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/ziX0OFsgyE4",
"published": "2025-09-09T12:47:16Z",
"summary": "<p>paragraph</p>",
"content": "See summary"
}
}
pyfedi
{
"id": 221,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:03.796045Z",
"ap_id": "http://pasture-one-actor/object/ohdU3SBsiOc",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40mxstn88007f",
"uri": "http://pasture-one-actor/object/ziX0OFsgyE4",
"url": "http://pasture-one-actor/object/ziX0OFsgyE4",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 236,
"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-09-09T12:47:16.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/LBsQI65Cpek",
"published": "2025-09-09T12:47:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/hzU-EzdmZpw",
"published": "2025-09-09T12:47:17Z",
"summary": "<small>small</small>",
"content": "See summary"
}
}
pyfedi
{
"id": 222,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:04.593444Z",
"ap_id": "http://pasture-one-actor/object/faPcKI9ZxXY",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40npktn88007g",
"uri": "http://pasture-one-actor/object/hzU-EzdmZpw",
"url": "http://pasture-one-actor/object/hzU-EzdmZpw",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 237,
"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-09-09T12:47:17.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/esZbB2IryLU",
"published": "2025-09-09T12:47:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/73GGQqjcxuE",
"published": "2025-09-09T12:47:17Z",
"summary": "<sup>sup</sup>",
"content": "See summary"
}
}
pyfedi
{
"id": 223,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:05.421925Z",
"ap_id": "http://pasture-one-actor/object/9gdcBof-dwY",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40npktn88007h",
"uri": "http://pasture-one-actor/object/73GGQqjcxuE",
"url": "http://pasture-one-actor/object/73GGQqjcxuE",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 238,
"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-09-09T12:47:17.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ssb2ajkMRyg",
"published": "2025-09-09T12:47:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/i_jJnhJ_0oY",
"published": "2025-09-09T12:47:18Z",
"summary": "<sub>sub</sub>",
"content": "See summary"
}
}
pyfedi
{
"id": 224,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:06.250153Z",
"ap_id": "http://pasture-one-actor/object/QTOObL9hbFM",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40ohctn88007i",
"uri": "http://pasture-one-actor/object/i_jJnhJ_0oY",
"url": "http://pasture-one-actor/object/i_jJnhJ_0oY",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 239,
"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-09-09T12:47:18.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ee7wqbRY7l0",
"published": "2025-09-09T12:47:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/Z_e7rSHKo5U",
"published": "2025-09-09T12:47:19Z",
"summary": "<a href='https://funfedi.dev'>funfedi</a>",
"content": "See summary"
}
}
pyfedi
{
"id": 225,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:07.055877Z",
"ap_id": "http://pasture-one-actor/object/1WkcLVsLrVQ",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40p94tn88007j",
"uri": "http://pasture-one-actor/object/Z_e7rSHKo5U",
"url": "http://pasture-one-actor/object/Z_e7rSHKo5U",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 240,
"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-09-09T12:47:19.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/EQroWQuzSlg",
"published": "2025-09-09T12:47:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/n1zRKuOoCM8",
"published": "2025-09-09T12:47:19Z",
"summary": "<script>alert('hi');</script>",
"content": "See summary"
}
}
pyfedi
{
"id": 226,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:07.885774Z",
"ap_id": "http://pasture-one-actor/object/D78yRCOa294",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40p94tn88007k",
"uri": "http://pasture-one-actor/object/n1zRKuOoCM8",
"url": "http://pasture-one-actor/object/n1zRKuOoCM8",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 241,
"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-09-09T12:47:19.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/1Z3lsUY2h-A",
"published": "2025-09-09T12:47:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/DFzSK7JrDPk",
"published": "2025-09-09T12:47:20Z",
"summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"content": "See summary"
}
}
pyfedi
{
"id": 227,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:08.698558Z",
"ap_id": "http://pasture-one-actor/object/qNb4ngPXwrU",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40q0wtn88007l",
"uri": "http://pasture-one-actor/object/DFzSK7JrDPk",
"url": "http://pasture-one-actor/object/DFzSK7JrDPk",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 242,
"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-09-09T12:47:20.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/APyg40TSGIk",
"published": "2025-09-09T12:47:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/Hlq8nZjFudw",
"published": "2025-09-09T12:47:21Z",
"summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"content": "See summary"
}
}
pyfedi
{
"id": 228,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:09.508167Z",
"ap_id": "http://pasture-one-actor/object/wcpbXZRW1sc",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40qsotn88007m",
"uri": "http://pasture-one-actor/object/Hlq8nZjFudw",
"url": "http://pasture-one-actor/object/Hlq8nZjFudw",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 243,
"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-09-09T12:47:21.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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/B1dFi1tPnTs",
"published": "2025-09-09T12:47:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/HaE5D9hN-bU",
"published": "2025-09-09T12:47:22Z",
"summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"content": "See summary"
}
}
pyfedi
{
"id": 229,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:10.312635Z",
"ap_id": "http://pasture-one-actor/object/8h3mp85aOyA",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40rkgtn88007n",
"uri": "http://pasture-one-actor/object/HaE5D9hN-bU",
"url": "http://pasture-one-actor/object/HaE5D9hN-bU",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 244,
"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-09-09T12:47: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": "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": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/snriYsfacyg",
"published": "2025-09-09T12:47:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/y_8EnvR2CSY",
"published": "2025-09-09T12:47:22Z",
"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"
}
}
pyfedi
{
"id": 230,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:11.124972Z",
"ap_id": "http://pasture-one-actor/object/JROSB4dxkYs",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40rkgtn88007o",
"uri": "http://pasture-one-actor/object/y_8EnvR2CSY",
"url": "http://pasture-one-actor/object/y_8EnvR2CSY",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 245,
"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-09-09T12:47: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": "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": []
}
Example 32¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/qQbU50gg_8U",
"published": "2025-09-09T12:47:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/tbxJpL-CFOM",
"published": "2025-09-09T12:47:23Z",
"summary": "<dl>\n <dt>Beast of Bodmin</dt>\n <dd>A large feline inhabiting Bodmin Moor.</dd>\n</dl>\n",
"content": "See summary"
}
}
pyfedi
{
"id": 231,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:11.923993Z",
"ap_id": "http://pasture-one-actor/object/8pYfEXweJ-4",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40sc8tn88007p",
"uri": "http://pasture-one-actor/object/tbxJpL-CFOM",
"url": "http://pasture-one-actor/object/tbxJpL-CFOM",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 246,
"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-09-09T12:47: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": "<dl>\n <dt>Beast of Bodmin</dt>\n <dd>A large feline inhabiting Bodmin Moor.</dd>\n</dl>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 33¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ntgw7VePJCs",
"published": "2025-09-09T12:47:24Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/Gsbm50cTl6o",
"published": "2025-09-09T12:47:24Z",
"summary": "<details>\n <summary>Details</summary>\n Something small enough to escape casual notice.\n</details>\n",
"content": "See summary"
}
}
pyfedi
{
"id": 232,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:12.758624Z",
"ap_id": "http://pasture-one-actor/object/bRI_mzorjMs",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40t40tn88007q",
"uri": "http://pasture-one-actor/object/Gsbm50cTl6o",
"url": "http://pasture-one-actor/object/Gsbm50cTl6o",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 247,
"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-09-09T12:47: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": "<details>\n <summary>Details</summary>\n Something small enough to escape casual notice.\n</details>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 34¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/cWqxvWKQcO8",
"published": "2025-09-09T12:47:24Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/NCpBHkT4U-M",
"published": "2025-09-09T12:47:24Z",
"summary": "<table><tr><td>HTML tables</td></tr></table>",
"content": "See summary"
}
}
pyfedi
{
"id": 233,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:13.535843Z",
"ap_id": "http://pasture-one-actor/object/DniRhVVHyvg",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
sharkey
{
"id": "acg40t40tn88007r",
"uri": "http://pasture-one-actor/object/NCpBHkT4U-M",
"url": "http://pasture-one-actor/object/NCpBHkT4U-M",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 248,
"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-09-09T12:47: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": "<table><tr><td>HTML tables</td></tr></table>",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}