HTML tags¶
Here we analyze, which types of HTML tags are allowed inside the content field. Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.
Due to firefish using markdown to format their content, the displayed result in the details table can be a bit off, please consult the example.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/IRIQx4GWRuw",
"published": "2024-12-04T18:56:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/cjHUtCMJ7Mc",
"published": "2024-12-04T18:56:28Z",
"content": "<b>bold</b>"
}
}
sharkey
{
"id": "a1dtcrj42s8k0011",
"uri": "http://pasture-one-actor/actor/cjHUtCMJ7Mc",
"url": "http://pasture-one-actor/actor/cjHUtCMJ7Mc",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 24,
"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
},
"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": "2024-12-04T18:56:28.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/BQ-APapQbrg",
"published": "2024-12-04T18:56:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/xINeJmMkvgM",
"published": "2024-12-04T18:56:28Z",
"content": "<strong>strong</strong>"
}
}
sharkey
{
"id": "a1dtcrj42s8k0012",
"uri": "http://pasture-one-actor/actor/xINeJmMkvgM",
"url": "http://pasture-one-actor/actor/xINeJmMkvgM",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 25,
"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
},
"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": "2024-12-04T18:56:28.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/5mlKQwNbOMs",
"published": "2024-12-04T18:56:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/vx3GYbF_DtI",
"published": "2024-12-04T18:56:29Z",
"content": "<i>italic</i>"
}
}
sharkey
{
"id": "a1dtcsaw2s8k0013",
"uri": "http://pasture-one-actor/actor/vx3GYbF_DtI",
"url": "http://pasture-one-actor/actor/vx3GYbF_DtI",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 26,
"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
},
"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": "2024-12-04T18:56:29.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/UxRSwTqAhbw",
"published": "2024-12-04T18:56:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/y74dk51-Xbo",
"published": "2024-12-04T18:56:30Z",
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
}
}
sharkey
{
"id": "a1dtct2o2s8k0014",
"uri": "http://pasture-one-actor/actor/y74dk51-Xbo",
"url": "http://pasture-one-actor/actor/y74dk51-Xbo",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 27,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>*italic with.*</span><span> See </span><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://codeberg.org/helge/funfedidev/issues/142\"><span>Issue 142</span></a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "<i>italic with.</i> See [Issue 142](https://codeberg.org/helge/funfedidev/issues/142)",
"created_at": "2024-12-04T18:56:30.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/WGA_KjqrZus",
"published": "2024-12-04T18:56:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/WnR59I1zQk0",
"published": "2024-12-04T18:56:31Z",
"content": "<em>emphasis</em>"
}
}
sharkey
{
"id": "a1dtctug2s8k0015",
"uri": "http://pasture-one-actor/actor/WnR59I1zQk0",
"url": "http://pasture-one-actor/actor/WnR59I1zQk0",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 28,
"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
},
"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": "2024-12-04T18:56:31.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/XBda-Y3sK3Q",
"published": "2024-12-04T18:56:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/H9QP0YI4DOM",
"published": "2024-12-04T18:56:32Z",
"content": "<del>old</del><ins>new</ins>"
}
}
sharkey
{
"id": "a1dtcum82s8k0016",
"uri": "http://pasture-one-actor/actor/H9QP0YI4DOM",
"url": "http://pasture-one-actor/actor/H9QP0YI4DOM",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 29,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>~~old~~</span><span>new</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "~~old~~new",
"created_at": "2024-12-04T18:56:32.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/XKb4_OttDIg",
"published": "2024-12-04T18:56:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/pmqmjoArdiI",
"published": "2024-12-04T18:56:33Z",
"content": "<s>stricken</s>"
}
}
sharkey
{
"id": "a1dtcve02s8k0017",
"uri": "http://pasture-one-actor/actor/pmqmjoArdiI",
"url": "http://pasture-one-actor/actor/pmqmjoArdiI",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 30,
"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
},
"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": "2024-12-04T18:56:33.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/Orw6XKQDrWA",
"published": "2024-12-04T18:56:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/FIc15nyQMfc",
"published": "2024-12-04T18:56:33Z",
"content": "<mark>mark</mark>"
}
}
sharkey
{
"id": "a1dtcve02s8k0018",
"uri": "http://pasture-one-actor/actor/FIc15nyQMfc",
"url": "http://pasture-one-actor/actor/FIc15nyQMfc",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 31,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>mark</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "mark",
"created_at": "2024-12-04T18:56:33.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/UqRrQt0jqRE",
"published": "2024-12-04T18:56:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/DR5cVnGMWJg",
"published": "2024-12-04T18:56:34Z",
"content": "find <var>x</var> (a variable)"
}
}
sharkey
{
"id": "a1dtcw5s2s8k0019",
"uri": "http://pasture-one-actor/actor/DR5cVnGMWJg",
"url": "http://pasture-one-actor/actor/DR5cVnGMWJg",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 32,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>find x (a variable)</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "find x (a variable)",
"created_at": "2024-12-04T18:56:34.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/GIJm6K6KBPc",
"published": "2024-12-04T18:56:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/-RzErq66pQo",
"published": "2024-12-04T18:56:35Z",
"content": "<ol><li>ordered</li></ol>"
}
}
sharkey
{
"id": "a1dtcwxk2s8k001a",
"uri": "http://pasture-one-actor/actor/-RzErq66pQo",
"url": "http://pasture-one-actor/actor/-RzErq66pQo",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 33,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>ordered</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "ordered",
"created_at": "2024-12-04T18:56:35.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 11¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/5fUlMoB_19U",
"published": "2024-12-04T18:56:36Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/6AvFzkwsalg",
"published": "2024-12-04T18:56:36Z",
"content": "<ul><li>unordered</li></ul>"
}
}
sharkey
{
"id": "a1dtcxpc2s8k001b",
"uri": "http://pasture-one-actor/actor/6AvFzkwsalg",
"url": "http://pasture-one-actor/actor/6AvFzkwsalg",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 34,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>unordered</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "unordered",
"created_at": "2024-12-04T18:56:36.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/VrLEigIaHO8",
"published": "2024-12-04T18:56:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/Y3Vs1kaJGsA",
"published": "2024-12-04T18:56:37Z",
"content": "<h1>h1</h1>"
}
}
sharkey
{
"id": "a1dtcyh42s8k001c",
"uri": "http://pasture-one-actor/actor/Y3Vs1kaJGsA",
"url": "http://pasture-one-actor/actor/Y3Vs1kaJGsA",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 35,
"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
},
"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": "2024-12-04T18:56:37.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/UxSOVuDt9rg",
"published": "2024-12-04T18:56:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/RbmxY2HVBeo",
"published": "2024-12-04T18:56:37Z",
"content": "<h2>h2</h2>"
}
}
sharkey
{
"id": "a1dtcyh42s8k001d",
"uri": "http://pasture-one-actor/actor/RbmxY2HVBeo",
"url": "http://pasture-one-actor/actor/RbmxY2HVBeo",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 36,
"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
},
"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": "2024-12-04T18:56:37.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 14¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/9aoxyylo5Vc",
"published": "2024-12-04T18:56:38Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/TJWSfNg-pf4",
"published": "2024-12-04T18:56:38Z",
"content": "<h3>h3</h3>"
}
}
sharkey
{
"id": "a1dtcz8w2s8k001e",
"uri": "http://pasture-one-actor/actor/TJWSfNg-pf4",
"url": "http://pasture-one-actor/actor/TJWSfNg-pf4",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 37,
"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
},
"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": "2024-12-04T18:56:38.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 15¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/QUpBO1ZBZ8Y",
"published": "2024-12-04T18:56:39Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/UH5vnYupuL0",
"published": "2024-12-04T18:56:39Z",
"content": "<h4>h4</h4>"
}
}
sharkey
{
"id": "a1dtd00o2s8k001f",
"uri": "http://pasture-one-actor/actor/UH5vnYupuL0",
"url": "http://pasture-one-actor/actor/UH5vnYupuL0",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 38,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>h4</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "h4",
"created_at": "2024-12-04T18:56:39.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 16¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/PNN5mnDirho",
"published": "2024-12-04T18:56:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/fol8MiXApMk",
"published": "2024-12-04T18:56:40Z",
"content": "<h5>h5</h5>"
}
}
sharkey
{
"id": "a1dtd0sg2s8k001g",
"uri": "http://pasture-one-actor/actor/fol8MiXApMk",
"url": "http://pasture-one-actor/actor/fol8MiXApMk",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 39,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>h5</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "h5",
"created_at": "2024-12-04T18:56:40.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 17¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/YMwFzOjYP5w",
"published": "2024-12-04T18:56:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/OCLdZj_otrk",
"published": "2024-12-04T18:56:41Z",
"content": "<h1>h1</h1><h2>h2</h2>"
}
}
sharkey
{
"id": "a1dtd1k82s8k001h",
"uri": "http://pasture-one-actor/actor/OCLdZj_otrk",
"url": "http://pasture-one-actor/actor/OCLdZj_otrk",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 40,
"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
},
"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": "2024-12-04T18:56:41.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 18¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/2QrdK9A7lM4",
"published": "2024-12-04T18:56:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/I3nUK65K8FA",
"published": "2024-12-04T18:56:41Z",
"content": "<code>code</code>"
}
}
sharkey
{
"id": "a1dtd1k82s8k001i",
"uri": "http://pasture-one-actor/actor/I3nUK65K8FA",
"url": "http://pasture-one-actor/actor/I3nUK65K8FA",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 41,
"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
},
"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": "2024-12-04T18:56:41.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 19¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/Cy0yTQa6szo",
"published": "2024-12-04T18:56:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/S96e_mMVEAk",
"published": "2024-12-04T18:56:42Z",
"content": "<pre>pre</pre>"
}
}
sharkey
{
"id": "a1dtd2c02s8k001j",
"uri": "http://pasture-one-actor/actor/S96e_mMVEAk",
"url": "http://pasture-one-actor/actor/S96e_mMVEAk",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 42,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>pre</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "pre",
"created_at": "2024-12-04T18:56:42.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 20¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/LVxK6B1EUxo",
"published": "2024-12-04T18:56:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/SsotmqiYauE",
"published": "2024-12-04T18:56:43Z",
"content": "line<br/>break"
}
}
sharkey
{
"id": "a1dtd33s2s8k001k",
"uri": "http://pasture-one-actor/actor/SsotmqiYauE",
"url": "http://pasture-one-actor/actor/SsotmqiYauE",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 43,
"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
},
"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": "2024-12-04T18:56:43.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 21¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/JhWvzGIitLc",
"published": "2024-12-04T18:56:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/ENWwapvRiqk",
"published": "2024-12-04T18:56:44Z",
"content": "<p>paragraph</p>"
}
}
sharkey
{
"id": "a1dtd3vk2s8k001l",
"uri": "http://pasture-one-actor/actor/ENWwapvRiqk",
"url": "http://pasture-one-actor/actor/ENWwapvRiqk",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 44,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>paragraph</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "paragraph",
"created_at": "2024-12-04T18:56:44.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 22¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/NVXwNzjM1kw",
"published": "2024-12-04T18:56:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/XPrh4Kqf0eo",
"published": "2024-12-04T18:56:44Z",
"content": "<small>small</small>"
}
}
sharkey
{
"id": "a1dtd3vk2s8k001m",
"uri": "http://pasture-one-actor/actor/XPrh4Kqf0eo",
"url": "http://pasture-one-actor/actor/XPrh4Kqf0eo",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 45,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><small><span>small</span></small></p>",
"content_type": "text/x.misskeymarkdown",
"text": "<small>small</small>",
"created_at": "2024-12-04T18:56:44.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 23¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/IgPUDddYcl0",
"published": "2024-12-04T18:56:45Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/9Iwc7YKml3E",
"published": "2024-12-04T18:56:45Z",
"content": "<sup>sup</sup>"
}
}
sharkey
{
"id": "a1dtd4nc2s8k001n",
"uri": "http://pasture-one-actor/actor/9Iwc7YKml3E",
"url": "http://pasture-one-actor/actor/9Iwc7YKml3E",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 46,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>sup</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "sup",
"created_at": "2024-12-04T18:56:45.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 24¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/x6Z5FwVRn74",
"published": "2024-12-04T18:56:46Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/fqRM9nAAXKA",
"published": "2024-12-04T18:56:46Z",
"content": "<sub>sub</sub>"
}
}
sharkey
{
"id": "a1dtd5f42s8k001o",
"uri": "http://pasture-one-actor/actor/fqRM9nAAXKA",
"url": "http://pasture-one-actor/actor/fqRM9nAAXKA",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 47,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>sub</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "sub",
"created_at": "2024-12-04T18:56:46.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 25¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/HF_4WsKsv94",
"published": "2024-12-04T18:56:47Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/aaMOlMfFyjU",
"published": "2024-12-04T18:56:47Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
sharkey
{
"id": "a1dtd66w2s8k001p",
"uri": "http://pasture-one-actor/actor/aaMOlMfFyjU",
"url": "http://pasture-one-actor/actor/aaMOlMfFyjU",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 48,
"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
},
"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\"><span>funfedi</span></a></p>",
"content_type": "text/x.misskeymarkdown",
"text": "[funfedi](https://funfedi.dev)",
"created_at": "2024-12-04T18:56:47.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 26¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/cAQC5o14F-E",
"published": "2024-12-04T18:56:48Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/5v7m40Ef3G8",
"published": "2024-12-04T18:56:48Z",
"content": "<script>alert('hi');</script>"
}
}
sharkey
{
"id": "a1dtd6yo2s8k001q",
"uri": "http://pasture-one-actor/actor/5v7m40Ef3G8",
"url": "http://pasture-one-actor/actor/5v7m40Ef3G8",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 49,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>alert('hi');</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "alert('hi');",
"created_at": "2024-12-04T18:56:48.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 27¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/U4Q-ktEtt-8",
"published": "2024-12-04T18:56:48Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/sfVrJniKkNM",
"published": "2024-12-04T18:56:48Z",
"content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
sharkey
{
"id": "a1dtd6yo2s8k001r",
"uri": "http://pasture-one-actor/actor/sfVrJniKkNM",
"url": "http://pasture-one-actor/actor/sfVrJniKkNM",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 50,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "",
"content_type": "text/x.misskeymarkdown",
"text": null,
"created_at": "2024-12-04T18:56:48.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 28¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/_0knpIqW96A",
"published": "2024-12-04T18:56:49Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1dt71ulqgq90001"
],
"id": "http://pasture-one-actor/actor/3cIuZ37-JoQ",
"published": "2024-12-04T18:56:49Z",
"content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
}
}
sharkey
{
"id": "a1dtd7qg2s8k001s",
"uri": "http://pasture-one-actor/actor/3cIuZ37-JoQ",
"url": "http://pasture-one-actor/actor/3cIuZ37-JoQ",
"account": {
"id": "a1dt8ksn2s8k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-04T18:53:12.647Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 51,
"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
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz",
"created_at": "2024-12-04T18:56:49.000Z",
"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,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 29¶
no result
no result
Example 30¶
no result
no result