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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/8RzHEp7AjRI",
"published": "2024-12-02T09:54:47Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/ValNbwkXD5A",
"published": "2024-12-02T09:54:47Z",
"content": "<b>bold</b>"
}
}
sharkey
{
"id": "a1af4g9kwvq2000u",
"uri": "http://pasture-one-actor/actor/ValNbwkXD5A",
"url": "http://pasture-one-actor/actor/ValNbwkXD5A",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 20,
"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-02T09:54: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 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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/91odIuKCd3s",
"published": "2024-12-02T09:54:48Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/pAEzq1MTDLw",
"published": "2024-12-02T09:54:48Z",
"content": "<strong>strong</strong>"
}
}
sharkey
{
"id": "a1af4h1cwvq2000v",
"uri": "http://pasture-one-actor/actor/pAEzq1MTDLw",
"url": "http://pasture-one-actor/actor/pAEzq1MTDLw",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 21,
"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-02T09:54: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 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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/IYTw3yN0e7g",
"published": "2024-12-02T09:54:48Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/_oqFUOBn6E8",
"published": "2024-12-02T09:54:48Z",
"content": "<i>italic</i>"
}
}
sharkey
{
"id": "a1af4h1cwvq2000w",
"uri": "http://pasture-one-actor/actor/_oqFUOBn6E8",
"url": "http://pasture-one-actor/actor/_oqFUOBn6E8",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 22,
"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-02T09:54: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 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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/BhXvF6BzQTk",
"published": "2024-12-02T09:54:49Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/PM7YU6wXOTE",
"published": "2024-12-02T09:54:49Z",
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
}
}
sharkey
{
"id": "a1af4ht4wvq2000x",
"uri": "http://pasture-one-actor/actor/PM7YU6wXOTE",
"url": "http://pasture-one-actor/actor/PM7YU6wXOTE",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 23,
"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-02T09:54: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 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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/uKs60eWI71Y",
"published": "2024-12-02T09:54:50Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/STsTpSBVtm8",
"published": "2024-12-02T09:54:50Z",
"content": "<em>emphasis</em>"
}
}
sharkey
{
"id": "a1af4ikwwvq2000y",
"uri": "http://pasture-one-actor/actor/STsTpSBVtm8",
"url": "http://pasture-one-actor/actor/STsTpSBVtm8",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>*emphasis*</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "<i>emphasis</i>",
"created_at": "2024-12-02T09:54:50.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/NHSLyGDyv2A",
"published": "2024-12-02T09:54:51Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/zei2CfT8yDQ",
"published": "2024-12-02T09:54:51Z",
"content": "<del>old</del><ins>new</ins>"
}
}
sharkey
{
"id": "a1af4jcowvq2000z",
"uri": "http://pasture-one-actor/actor/zei2CfT8yDQ",
"url": "http://pasture-one-actor/actor/zei2CfT8yDQ",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>~~old~~</span><span>new</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "~~old~~new",
"created_at": "2024-12-02T09:54:51.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/8-qA0Vt6ESQ",
"published": "2024-12-02T09:54:52Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/5rn577WMl_k",
"published": "2024-12-02T09:54:52Z",
"content": "<s>striken</s>"
}
}
sharkey
{
"id": "a1af4k4gwvq20010",
"uri": "http://pasture-one-actor/actor/5rn577WMl_k",
"url": "http://pasture-one-actor/actor/5rn577WMl_k",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>~~striken~~</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "~~striken~~",
"created_at": "2024-12-02T09:54:52.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/OKvRgqQQ63A",
"published": "2024-12-02T09:54:52Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/QPo8Dry968s",
"published": "2024-12-02T09:54:52Z",
"content": "<mark>mark</mark>"
}
}
sharkey
{
"id": "a1af4k4gwvq20011",
"uri": "http://pasture-one-actor/actor/QPo8Dry968s",
"url": "http://pasture-one-actor/actor/QPo8Dry968s",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>mark</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "mark",
"created_at": "2024-12-02T09:54:52.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/9nIu4lIFqFI",
"published": "2024-12-02T09:54:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/lorqZ5vHA6w",
"published": "2024-12-02T09:54:53Z",
"content": "find <var>x</var> (a variable)"
}
}
sharkey
{
"id": "a1af4kw8wvq20012",
"uri": "http://pasture-one-actor/actor/lorqZ5vHA6w",
"url": "http://pasture-one-actor/actor/lorqZ5vHA6w",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>find x (a variable)</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "find x (a variable)",
"created_at": "2024-12-02T09:54:53.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/nbBS_eArtSE",
"published": "2024-12-02T09:54:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/RYYe9Nn_pd0",
"published": "2024-12-02T09:54:54Z",
"content": "<ol><li>ordered</li></ol>"
}
}
sharkey
{
"id": "a1af4lo0wvq20013",
"uri": "http://pasture-one-actor/actor/RYYe9Nn_pd0",
"url": "http://pasture-one-actor/actor/RYYe9Nn_pd0",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>ordered</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "ordered",
"created_at": "2024-12-02T09:54:54.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/I3TFTVnQ-o4",
"published": "2024-12-02T09:54:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/UpEz8HB_GQk",
"published": "2024-12-02T09:54:55Z",
"content": "<ul><li>unordered</li></ul>"
}
}
sharkey
{
"id": "a1af4mfswvq20014",
"uri": "http://pasture-one-actor/actor/UpEz8HB_GQk",
"url": "http://pasture-one-actor/actor/UpEz8HB_GQk",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>unordered</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "unordered",
"created_at": "2024-12-02T09:54:55.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/ahkhkzP8hlc",
"published": "2024-12-02T09:54:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/cm6ia7U7rNA",
"published": "2024-12-02T09:54:55Z",
"content": "<h1>h1</h1>"
}
}
sharkey
{
"id": "a1af4mfswvq20015",
"uri": "http://pasture-one-actor/actor/cm6ia7U7rNA",
"url": "http://pasture-one-actor/actor/cm6ia7U7rNA",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>**\u3010h1\u3011**</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "**\u3010h1\u3011**",
"created_at": "2024-12-02T09:54:55.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/wg69XNBDY0Q",
"published": "2024-12-02T09:54:56Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/Y6M4n_GPwqA",
"published": "2024-12-02T09:54:56Z",
"content": "<h2>h2</h2>"
}
}
sharkey
{
"id": "a1af4n7kwvq20016",
"uri": "http://pasture-one-actor/actor/Y6M4n_GPwqA",
"url": "http://pasture-one-actor/actor/Y6M4n_GPwqA",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>**h2**</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "**h2**",
"created_at": "2024-12-02T09:54:56.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/D01t4pVCyHU",
"published": "2024-12-02T09:54:57Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/qYWEL3ObeyE",
"published": "2024-12-02T09:54:57Z",
"content": "<h3>h3</h3>"
}
}
sharkey
{
"id": "a1af4nzcwvq20017",
"uri": "http://pasture-one-actor/actor/qYWEL3ObeyE",
"url": "http://pasture-one-actor/actor/qYWEL3ObeyE",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>**h3**</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "**h3**",
"created_at": "2024-12-02T09:54:57.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/779yjHXDLK4",
"published": "2024-12-02T09:54:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/4Hh9NfMt5H8",
"published": "2024-12-02T09:54:58Z",
"content": "<h4>h4</h4>"
}
}
sharkey
{
"id": "a1af4or4wvq20018",
"uri": "http://pasture-one-actor/actor/4Hh9NfMt5H8",
"url": "http://pasture-one-actor/actor/4Hh9NfMt5H8",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>h4</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "h4",
"created_at": "2024-12-02T09:54:58.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/w2FC1xHm3I8",
"published": "2024-12-02T09:54:59Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/NStEDw1lNSc",
"published": "2024-12-02T09:54:59Z",
"content": "<h5>h5</h5>"
}
}
sharkey
{
"id": "a1af4piwwvq20019",
"uri": "http://pasture-one-actor/actor/NStEDw1lNSc",
"url": "http://pasture-one-actor/actor/NStEDw1lNSc",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>h5</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "h5",
"created_at": "2024-12-02T09:54:59.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/RuA0GJ81V3k",
"published": "2024-12-02T09:54:59Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/x-Wp_SOW4HU",
"published": "2024-12-02T09:54:59Z",
"content": "<code>code</code>"
}
}
sharkey
{
"id": "a1af4piwwvq2001a",
"uri": "http://pasture-one-actor/actor/x-Wp_SOW4HU",
"url": "http://pasture-one-actor/actor/x-Wp_SOW4HU",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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><code>code</code></p>",
"content_type": "text/x.misskeymarkdown",
"text": "`code`",
"created_at": "2024-12-02T09:54:59.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/uwWrg8p1p1s",
"published": "2024-12-02T09:55:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/88iF_CDgc4c",
"published": "2024-12-02T09:55:00Z",
"content": "<pre>pre</pre>"
}
}
sharkey
{
"id": "a1af4qaowvq2001b",
"uri": "http://pasture-one-actor/actor/88iF_CDgc4c",
"url": "http://pasture-one-actor/actor/88iF_CDgc4c",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>pre</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "pre",
"created_at": "2024-12-02T09:55:00.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/CICZRVI-lIQ",
"published": "2024-12-02T09:55:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/n_ucqPsNdCM",
"published": "2024-12-02T09:55:01Z",
"content": "line<br/>break"
}
}
sharkey
{
"id": "a1af4r2gwvq2001c",
"uri": "http://pasture-one-actor/actor/n_ucqPsNdCM",
"url": "http://pasture-one-actor/actor/n_ucqPsNdCM",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>line<br>break</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "line\nbreak",
"created_at": "2024-12-02T09:55:01.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/XdpoEHvMo0g",
"published": "2024-12-02T09:55:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/aUAx8DOGaKA",
"published": "2024-12-02T09:55:02Z",
"content": "<p>paragraph</p>"
}
}
sharkey
{
"id": "a1af4ru8wvq2001d",
"uri": "http://pasture-one-actor/actor/aUAx8DOGaKA",
"url": "http://pasture-one-actor/actor/aUAx8DOGaKA",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>paragraph</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "paragraph",
"created_at": "2024-12-02T09:55:02.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/-wecUy_XpnY",
"published": "2024-12-02T09:55:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/vFR1x_b_LeU",
"published": "2024-12-02T09:55:02Z",
"content": "<small>small</small>"
}
}
sharkey
{
"id": "a1af4ru8wvq2001e",
"uri": "http://pasture-one-actor/actor/vFR1x_b_LeU",
"url": "http://pasture-one-actor/actor/vFR1x_b_LeU",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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><small><span>small</span></small></p>",
"content_type": "text/x.misskeymarkdown",
"text": "<small>small</small>",
"created_at": "2024-12-02T09:55:02.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/HL5MXHiJ0Vo",
"published": "2024-12-02T09:55:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/mbXv1WLIbog",
"published": "2024-12-02T09:55:03Z",
"content": "<sup>sup</sup>"
}
}
sharkey
{
"id": "a1af4sm0wvq2001f",
"uri": "http://pasture-one-actor/actor/mbXv1WLIbog",
"url": "http://pasture-one-actor/actor/mbXv1WLIbog",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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><span>sup</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "sup",
"created_at": "2024-12-02T09:55:03.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/r8gxQnymFgc",
"published": "2024-12-02T09:55:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/Nzp5VhKk_C4",
"published": "2024-12-02T09:55:04Z",
"content": "<sub>sub</sub>"
}
}
sharkey
{
"id": "a1af4tdswvq2001g",
"uri": "http://pasture-one-actor/actor/Nzp5VhKk_C4",
"url": "http://pasture-one-actor/actor/Nzp5VhKk_C4",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>sub</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "sub",
"created_at": "2024-12-02T09:55:04.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/hRvqxukolLI",
"published": "2024-12-02T09:55:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/nbP6p15muUc",
"published": "2024-12-02T09:55:05Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
sharkey
{
"id": "a1af4u5kwvq2001h",
"uri": "http://pasture-one-actor/actor/nbP6p15muUc",
"url": "http://pasture-one-actor/actor/nbP6p15muUc",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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><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-02T09:55:05.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/b_mvIjMuJxY",
"published": "2024-12-02T09:55:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/n0h4zGF3QxM",
"published": "2024-12-02T09:55:06Z",
"content": "<script>alert('hi');</script>"
}
}
sharkey
{
"id": "a1af4uxcwvq2001i",
"uri": "http://pasture-one-actor/actor/n0h4zGF3QxM",
"url": "http://pasture-one-actor/actor/n0h4zGF3QxM",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>alert('hi');</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "alert('hi');",
"created_at": "2024-12-02T09:55:06.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/F3IaVWpMTaA",
"published": "2024-12-02T09:55:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/8gDxH1jGXJg",
"published": "2024-12-02T09:55:06Z",
"content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
sharkey
{
"id": "a1af4uxcwvq2001j",
"uri": "http://pasture-one-actor/actor/8gDxH1jGXJg",
"url": "http://pasture-one-actor/actor/8gDxH1jGXJg",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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": "",
"content_type": "text/x.misskeymarkdown",
"text": null,
"created_at": "2024-12-02T09:55:06.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/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/P-Ib6N9r6Eg",
"published": "2024-12-02T09:55:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a1aeyjgdl0e10001"
],
"id": "http://pasture-one-actor/actor/F9sRryaq2hs",
"published": "2024-12-02T09:55:07Z",
"content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
}
}
sharkey
{
"id": "a1af4vp4wvq2001k",
"uri": "http://pasture-one-actor/actor/F9sRryaq2hs",
"url": "http://pasture-one-actor/actor/F9sRryaq2hs",
"account": {
"id": "a1af0deewvq20002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-12-02T09:51:36.662Z",
"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>wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz",
"created_at": "2024-12-02T09:55:07.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
}