HTML tags for article¶
Here we analyze, which types
of HTML tags are allowed inside the content field of Article
type
objects. One should expect that a Note
, i.e.
Represents a short written work typically less than a single paragraph in length.
see here,
should not contain headings h1-h6
or embedded media, e.g. img
.
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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/w_8iTU-qBEc",
"published": "2025-08-02T15:47:48Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/aIghEBxFIL4",
"published": "2025-08-02T15:47:48Z",
"content": "<b>bold</b>"
}
}
sharkey
{
"id": "aaxzqfmolt6x003g",
"uri": "http://pasture-one-actor/actor/aIghEBxFIL4",
"url": "http://pasture-one-actor/actor/aIghEBxFIL4",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 100,
"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><span>**bold**</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "**bold**",
"created_at": "2025-08-02T15:47:48.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/0XKxbaHZnMw",
"published": "2025-08-02T15:47:49Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/Z6abk0ECTbo",
"published": "2025-08-02T15:47:49Z",
"content": "<strong>strong</strong>"
}
}
sharkey
{
"id": "aaxzqgeglt6x003h",
"uri": "http://pasture-one-actor/actor/Z6abk0ECTbo",
"url": "http://pasture-one-actor/actor/Z6abk0ECTbo",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 101,
"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><span>**strong**</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "**strong**",
"created_at": "2025-08-02T15:47:49.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/GKba4lg8_mA",
"published": "2025-08-02T15:47:49Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/0pdKvCk8IkM",
"published": "2025-08-02T15:47:49Z",
"content": "<i>italic</i>"
}
}
sharkey
{
"id": "aaxzqgeglt6x003i",
"uri": "http://pasture-one-actor/actor/0pdKvCk8IkM",
"url": "http://pasture-one-actor/actor/0pdKvCk8IkM",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 102,
"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><span>*italic*</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "<i>italic</i>",
"created_at": "2025-08-02T15:47:49.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/hwC6Lqaf7ds",
"published": "2025-08-02T15:47:50Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/XHYC4nwmLNk",
"published": "2025-08-02T15:47:50Z",
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
}
}
sharkey
{
"id": "aaxzqh68lt6x003j",
"uri": "http://pasture-one-actor/actor/XHYC4nwmLNk",
"url": "http://pasture-one-actor/actor/XHYC4nwmLNk",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 103,
"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><span>*italic with.*</span> See <a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "<i>italic with.</i> See [Issue 142](https://codeberg.org/helge/funfedidev/issues/142)",
"created_at": "2025-08-02T15:47:50.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/BCja6gYMzzk",
"published": "2025-08-02T15:47:51Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/tdh2Pz__n5I",
"published": "2025-08-02T15:47:51Z",
"content": "<em>emphasis</em>"
}
}
sharkey
{
"id": "aaxzqhy0lt6x003k",
"uri": "http://pasture-one-actor/actor/tdh2Pz__n5I",
"url": "http://pasture-one-actor/actor/tdh2Pz__n5I",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 104,
"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><span>*emphasis*</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "<i>emphasis</i>",
"created_at": "2025-08-02T15:47:51.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/p7MaQ6bZaA4",
"published": "2025-08-02T15:47:52Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/3pOW1z8LoNQ",
"published": "2025-08-02T15:47:52Z",
"content": "<del>old</del><ins>new</ins>"
}
}
sharkey
{
"id": "aaxzqipslt6x003l",
"uri": "http://pasture-one-actor/actor/3pOW1z8LoNQ",
"url": "http://pasture-one-actor/actor/3pOW1z8LoNQ",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 105,
"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><span>~~old~~</span>new</p>",
"content_type": "text/x.misskeymarkdown",
"text": "~~old~~new",
"created_at": "2025-08-02T15:47:52.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/RShjoACDVJI",
"published": "2025-08-02T15:47:52Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/HtjeZ8_FMi0",
"published": "2025-08-02T15:47:52Z",
"content": "<s>stricken</s>"
}
}
sharkey
{
"id": "aaxzqipslt6x003m",
"uri": "http://pasture-one-actor/actor/HtjeZ8_FMi0",
"url": "http://pasture-one-actor/actor/HtjeZ8_FMi0",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 106,
"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><span>~~stricken~~</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "~~stricken~~",
"created_at": "2025-08-02T15:47:52.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/ni3OuE8GAx4",
"published": "2025-08-02T15:47:53Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/mH2CCWnMd_o",
"published": "2025-08-02T15:47:53Z",
"content": "<mark>mark</mark>"
}
}
sharkey
{
"id": "aaxzqjhklt6x003n",
"uri": "http://pasture-one-actor/actor/mH2CCWnMd_o",
"url": "http://pasture-one-actor/actor/mH2CCWnMd_o",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 107,
"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>mark</p>",
"content_type": "text/x.misskeymarkdown",
"text": "mark",
"created_at": "2025-08-02T15:47:53.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/8cD0dK4OYyk",
"published": "2025-08-02T15:47:54Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/BHigYOYuDYU",
"published": "2025-08-02T15:47:54Z",
"content": "find <var>x</var> (a variable)"
}
}
sharkey
{
"id": "aaxzqk9clt6x003o",
"uri": "http://pasture-one-actor/actor/BHigYOYuDYU",
"url": "http://pasture-one-actor/actor/BHigYOYuDYU",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 108,
"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>find x (a variable)</p>",
"content_type": "text/x.misskeymarkdown",
"text": "find x (a variable)",
"created_at": "2025-08-02T15:47:54.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/Q-TClBsY9zk",
"published": "2025-08-02T15:47:54Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/xJq6lFt3DJg",
"published": "2025-08-02T15:47:54Z",
"content": "<ol><li>ordered</li></ol>"
}
}
sharkey
{
"id": "aaxzqk9clt6x003p",
"uri": "http://pasture-one-actor/actor/xJq6lFt3DJg",
"url": "http://pasture-one-actor/actor/xJq6lFt3DJg",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 109,
"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>ordered</p>",
"content_type": "text/x.misskeymarkdown",
"text": "ordered",
"created_at": "2025-08-02T15:47:54.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/IkE8cF1rM60",
"published": "2025-08-02T15:47:55Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/sesNSPwpuNQ",
"published": "2025-08-02T15:47:55Z",
"content": "<ul><li>unordered</li></ul>"
}
}
sharkey
{
"id": "aaxzql14lt6x003q",
"uri": "http://pasture-one-actor/actor/sesNSPwpuNQ",
"url": "http://pasture-one-actor/actor/sesNSPwpuNQ",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 110,
"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>unordered</p>",
"content_type": "text/x.misskeymarkdown",
"text": "unordered",
"created_at": "2025-08-02T15:47:55.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/t4MojeAjA1w",
"published": "2025-08-02T15:47:56Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/Nsf4cynqnY8",
"published": "2025-08-02T15:47:56Z",
"content": "<h1>h1</h1>"
}
}
sharkey
{
"id": "aaxzqlswlt6x003r",
"uri": "http://pasture-one-actor/actor/Nsf4cynqnY8",
"url": "http://pasture-one-actor/actor/Nsf4cynqnY8",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 111,
"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><span>**\u3010h1\u3011**</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "**\u3010h1\u3011**",
"created_at": "2025-08-02T15:47:56.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/QJsH2hfSDic",
"published": "2025-08-02T15:47:57Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/eHubqOg7tJc",
"published": "2025-08-02T15:47:57Z",
"content": "<h2>h2</h2>"
}
}
sharkey
{
"id": "aaxzqmkolt6x003s",
"uri": "http://pasture-one-actor/actor/eHubqOg7tJc",
"url": "http://pasture-one-actor/actor/eHubqOg7tJc",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 112,
"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><span>**h2**</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "**h2**",
"created_at": "2025-08-02T15:47:57.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/pS2dkN_Xx0I",
"published": "2025-08-02T15:47:57Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/U_pFylsGM0o",
"published": "2025-08-02T15:47:57Z",
"content": "<h3>h3</h3>"
}
}
sharkey
{
"id": "aaxzqmkolt6x003t",
"uri": "http://pasture-one-actor/actor/U_pFylsGM0o",
"url": "http://pasture-one-actor/actor/U_pFylsGM0o",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 113,
"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><span>**h3**</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "**h3**",
"created_at": "2025-08-02T15:47:57.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/gVRyqIEODf8",
"published": "2025-08-02T15:47:58Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/AvA_KiNiXf4",
"published": "2025-08-02T15:47:58Z",
"content": "<h4>h4</h4>"
}
}
sharkey
{
"id": "aaxzqncglt6x003u",
"uri": "http://pasture-one-actor/actor/AvA_KiNiXf4",
"url": "http://pasture-one-actor/actor/AvA_KiNiXf4",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 114,
"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>h4</p>",
"content_type": "text/x.misskeymarkdown",
"text": "h4",
"created_at": "2025-08-02T15:47:58.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/7m7saVS4QSk",
"published": "2025-08-02T15:47:59Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/JivP9efuWyA",
"published": "2025-08-02T15:47:59Z",
"content": "<h5>h5</h5>"
}
}
sharkey
{
"id": "aaxzqo48lt6x003v",
"uri": "http://pasture-one-actor/actor/JivP9efuWyA",
"url": "http://pasture-one-actor/actor/JivP9efuWyA",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 115,
"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>h5</p>",
"content_type": "text/x.misskeymarkdown",
"text": "h5",
"created_at": "2025-08-02T15:47:59.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/9gzlC4C9DVA",
"published": "2025-08-02T15:47:59Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/td1PEieOvGA",
"published": "2025-08-02T15:47:59Z",
"content": "<h1>h1</h1><h2>h2</h2>"
}
}
sharkey
{
"id": "aaxzqo48lt6x003w",
"uri": "http://pasture-one-actor/actor/td1PEieOvGA",
"url": "http://pasture-one-actor/actor/td1PEieOvGA",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 116,
"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><span>**\u3010h1\u3011**</span><span><br></span><span>**h2**</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "**\u3010h1\u3011**\n**h2**",
"created_at": "2025-08-02T15:47:59.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/fPtnxhNV9rY",
"published": "2025-08-02T15:48:00Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/nEa9X9-WGzY",
"published": "2025-08-02T15:48:00Z",
"content": "<code>code</code>"
}
}
sharkey
{
"id": "aaxzqow0lt6x003x",
"uri": "http://pasture-one-actor/actor/nEa9X9-WGzY",
"url": "http://pasture-one-actor/actor/nEa9X9-WGzY",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 117,
"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><code>code</code></p>",
"content_type": "text/x.misskeymarkdown",
"text": "`code`",
"created_at": "2025-08-02T15:48:00.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/V7CNVjBMgHo",
"published": "2025-08-02T15:48:01Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/I7Q7lKJmRUw",
"published": "2025-08-02T15:48:01Z",
"content": "<pre>pre</pre>"
}
}
sharkey
{
"id": "aaxzqpnslt6x003y",
"uri": "http://pasture-one-actor/actor/I7Q7lKJmRUw",
"url": "http://pasture-one-actor/actor/I7Q7lKJmRUw",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 118,
"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>pre</p>",
"content_type": "text/x.misskeymarkdown",
"text": "pre",
"created_at": "2025-08-02T15:48:01.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/_mxQVAMaiEo",
"published": "2025-08-02T15:48:01Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/TO4HG6JwNUg",
"published": "2025-08-02T15:48:01Z",
"content": "<blockquote>blockquote</blockquote>"
}
}
sharkey
{
"id": "aaxzqpnslt6x003z",
"uri": "http://pasture-one-actor/actor/TO4HG6JwNUg",
"url": "http://pasture-one-actor/actor/TO4HG6JwNUg",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 119,
"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><blockquote>blockquote</blockquote></p>",
"content_type": "text/x.misskeymarkdown",
"text": "> blockquote",
"created_at": "2025-08-02T15:48:01.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/LFgMou7IiwI",
"published": "2025-08-02T15:48:02Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/GHl-pMIXqw4",
"published": "2025-08-02T15:48:02Z",
"content": "line<br/>break"
}
}
sharkey
{
"id": "aaxzqqfklt6x0040",
"uri": "http://pasture-one-actor/actor/GHl-pMIXqw4",
"url": "http://pasture-one-actor/actor/GHl-pMIXqw4",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 120,
"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><span>line<br>break</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "line\nbreak",
"created_at": "2025-08-02T15:48:02.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/REymyPJZ4CI",
"published": "2025-08-02T15:48:03Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/MDuBNRZUbgI",
"published": "2025-08-02T15:48:03Z",
"content": "<p>paragraph</p>"
}
}
sharkey
{
"id": "aaxzqr7clt6x0041",
"uri": "http://pasture-one-actor/actor/MDuBNRZUbgI",
"url": "http://pasture-one-actor/actor/MDuBNRZUbgI",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 121,
"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>paragraph</p>",
"content_type": "text/x.misskeymarkdown",
"text": "paragraph",
"created_at": "2025-08-02T15:48:03.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/Z4w7O7zrkvc",
"published": "2025-08-02T15:48:04Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/zbIaXcW4-pU",
"published": "2025-08-02T15:48:04Z",
"content": "<small>small</small>"
}
}
sharkey
{
"id": "aaxzqrz4lt6x0042",
"uri": "http://pasture-one-actor/actor/zbIaXcW4-pU",
"url": "http://pasture-one-actor/actor/zbIaXcW4-pU",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 122,
"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><small>small</small></p>",
"content_type": "text/x.misskeymarkdown",
"text": "<small>small</small>",
"created_at": "2025-08-02T15:48:04.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/_APvWgIASZ0",
"published": "2025-08-02T15:48:04Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/UjWWCl0CTZk",
"published": "2025-08-02T15:48:04Z",
"content": "<sup>sup</sup>"
}
}
sharkey
{
"id": "aaxzqrz4lt6x0043",
"uri": "http://pasture-one-actor/actor/UjWWCl0CTZk",
"url": "http://pasture-one-actor/actor/UjWWCl0CTZk",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 123,
"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>sup</p>",
"content_type": "text/x.misskeymarkdown",
"text": "sup",
"created_at": "2025-08-02T15:48:04.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/0uFYJ6WDQhg",
"published": "2025-08-02T15:48:05Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/xqGz6WVg5QE",
"published": "2025-08-02T15:48:05Z",
"content": "<sub>sub</sub>"
}
}
sharkey
{
"id": "aaxzqsqwlt6x0044",
"uri": "http://pasture-one-actor/actor/xqGz6WVg5QE",
"url": "http://pasture-one-actor/actor/xqGz6WVg5QE",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 124,
"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>sub</p>",
"content_type": "text/x.misskeymarkdown",
"text": "sub",
"created_at": "2025-08-02T15:48:05.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/hG-Z1-ts4mc",
"published": "2025-08-02T15:48:06Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/y0sXm4G2Pxg",
"published": "2025-08-02T15:48:06Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
sharkey
{
"id": "aaxzqtiolt6x0045",
"uri": "http://pasture-one-actor/actor/y0sXm4G2Pxg",
"url": "http://pasture-one-actor/actor/y0sXm4G2Pxg",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 125,
"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><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\">funfedi</a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "[funfedi](https://funfedi.dev)",
"created_at": "2025-08-02T15:48:06.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/M9yJN-_8yHs",
"published": "2025-08-02T15:48:06Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/qWGBAVWKLCk",
"published": "2025-08-02T15:48:06Z",
"content": "<script>alert('hi');</script>"
}
}
sharkey
{
"id": "aaxzqtiolt6x0046",
"uri": "http://pasture-one-actor/actor/qWGBAVWKLCk",
"url": "http://pasture-one-actor/actor/qWGBAVWKLCk",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 126,
"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>alert('hi');</p>",
"content_type": "text/x.misskeymarkdown",
"text": "alert('hi');",
"created_at": "2025-08-02T15:48:06.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/dGwEog-CV34",
"published": "2025-08-02T15:48:07Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/BpI6ZiC7u7k",
"published": "2025-08-02T15:48:07Z",
"content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
sharkey
{
"id": "aaxzquaglt6x0047",
"uri": "http://pasture-one-actor/actor/BpI6ZiC7u7k",
"url": "http://pasture-one-actor/actor/BpI6ZiC7u7k",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 127,
"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": "",
"content_type": "text/x.misskeymarkdown",
"text": null,
"created_at": "2025-08-02T15:48:07.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/wp-c5g2OQpc",
"published": "2025-08-02T15:48:08Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/t1nqn7LMkqY",
"published": "2025-08-02T15:48:08Z",
"content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
}
}
sharkey
{
"id": "aaxzqv28lt6x0048",
"uri": "http://pasture-one-actor/actor/t1nqn7LMkqY",
"url": "http://pasture-one-actor/actor/t1nqn7LMkqY",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 128,
"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>wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz</p>",
"content_type": "text/x.misskeymarkdown",
"text": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz",
"created_at": "2025-08-02T15:48:08.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/AOgxFkob648",
"published": "2025-08-02T15:48:09Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/4Ryr_kzHqY8",
"published": "2025-08-02T15:48:09Z",
"content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
}
}
sharkey
{
"id": "aaxzqvu0lt6x0049",
"uri": "http://pasture-one-actor/actor/4Ryr_kzHqY8",
"url": "http://pasture-one-actor/actor/4Ryr_kzHqY8",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 129,
"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>Audio</p>",
"content_type": "text/x.misskeymarkdown",
"text": "Audio",
"created_at": "2025-08-02T15:48:09.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"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/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/ItCCuBzh9YE",
"published": "2025-08-02T15:48:09Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/aaxzjak82knh0003"
],
"id": "http://pasture-one-actor/actor/C2sROfNjc3I",
"published": "2025-08-02T15:48:09Z",
"content": "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>"
}
}
sharkey
{
"id": "aaxzqvu0lt6x004a",
"uri": "http://pasture-one-actor/actor/C2sROfNjc3I",
"url": "http://pasture-one-actor/actor/C2sROfNjc3I",
"account": {
"id": "aaxzkwd9lt6x0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-02T15:43:29.757Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 130,
"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><span>Video <br> <br> Video of a cow eating</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Video \n \n Video of a cow eating",
"created_at": "2025-08-02T15:48:09.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}