HTML tags in summary¶
Here we analyze, which types of HTML tags are allowed inside the summary field.
As the content field, the summary field is described as
A natural language summarization of the object encoded as HTML.
This is a somewhat petulant table as most Fediverse applications treat the summary field as a plain text content warning.
Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/YuqXJwycQ3E",
"published": "2025-09-09T12:33:46Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/b1j6bypGoOA",
"published": "2025-09-09T12:33:46Z",
"summary": "<b>bold</b>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 200,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:47.174618Z",
"ap_id": "http://pasture-one-actor/object/b1j6bypGoOA",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/T-u8WArDpKM",
"published": "2025-09-09T12:33:47Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/dWcEP-q0uWQ",
"published": "2025-09-09T12:33:47Z",
"summary": "<strong>strong</strong>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 201,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:47.999850Z",
"ap_id": "http://pasture-one-actor/object/dWcEP-q0uWQ",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/dm_b6QZc63I",
"published": "2025-09-09T12:33:48Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/-U0SVc9BJkI",
"published": "2025-09-09T12:33:48Z",
"summary": "<i>italic</i>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 202,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:48.816463Z",
"ap_id": "http://pasture-one-actor/object/-U0SVc9BJkI",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/ODPtq8Ka7uI",
"published": "2025-09-09T12:33:49Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/f5CBLxAEs-M",
"published": "2025-09-09T12:33:49Z",
"summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 203,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:49.620381Z",
"ap_id": "http://pasture-one-actor/object/f5CBLxAEs-M",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/7E4Ov5I4EQI",
"published": "2025-09-09T12:33:50Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/8ZRppMkI0xg",
"published": "2025-09-09T12:33:50Z",
"summary": "<em>emphasis</em>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 204,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:50.420964Z",
"ap_id": "http://pasture-one-actor/object/8ZRppMkI0xg",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/oSlic0oaJF8",
"published": "2025-09-09T12:33:50Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/icSA36-oBRM",
"published": "2025-09-09T12:33:50Z",
"summary": "<del>old</del><ins>new</ins>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 205,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:51.212639Z",
"ap_id": "http://pasture-one-actor/object/icSA36-oBRM",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/jP3tS-GtgZk",
"published": "2025-09-09T12:33:51Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/CauMU4lF88A",
"published": "2025-09-09T12:33:51Z",
"summary": "<s>stricken</s>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 206,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:51.963990Z",
"ap_id": "http://pasture-one-actor/object/CauMU4lF88A",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/cO4ynTOJS7g",
"published": "2025-09-09T12:33:52Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/QpT3uIyAFvk",
"published": "2025-09-09T12:33:52Z",
"summary": "<mark>mark</mark>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 207,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:52.746250Z",
"ap_id": "http://pasture-one-actor/object/QpT3uIyAFvk",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/IqiY_lsNqII",
"published": "2025-09-09T12:33:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/IJP57pKb6hs",
"published": "2025-09-09T12:33:53Z",
"summary": "find <var>x</var> (a variable)",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 208,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:53.550844Z",
"ap_id": "http://pasture-one-actor/object/IJP57pKb6hs",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/-F5DN0-mh9Q",
"published": "2025-09-09T12:33:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/XfJ-lPPlxJ4",
"published": "2025-09-09T12:33:54Z",
"summary": "<ol><li>ordered</li></ol>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 209,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:54.359357Z",
"ap_id": "http://pasture-one-actor/object/XfJ-lPPlxJ4",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/t68UT-Wu3Po",
"published": "2025-09-09T12:33:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/_eTZtnk9-Xs",
"published": "2025-09-09T12:33:54Z",
"summary": "<ul><li>unordered</li></ul>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 210,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:55.155731Z",
"ap_id": "http://pasture-one-actor/object/_eTZtnk9-Xs",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/d6g7sL8wqzc",
"published": "2025-09-09T12:33:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/GLGlsYXI_2E",
"published": "2025-09-09T12:33:55Z",
"summary": "<h1>h1</h1>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 211,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:55.923479Z",
"ap_id": "http://pasture-one-actor/object/GLGlsYXI_2E",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/4SKAVrqtWTo",
"published": "2025-09-09T12:33:56Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/ewOQjssq2Zg",
"published": "2025-09-09T12:33:56Z",
"summary": "<h2>h2</h2>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 212,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:56.735287Z",
"ap_id": "http://pasture-one-actor/object/ewOQjssq2Zg",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/ecZtI-T-dkQ",
"published": "2025-09-09T12:33:57Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/T8HExIinYfk",
"published": "2025-09-09T12:33:57Z",
"summary": "<h3>h3</h3>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 213,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:57.484630Z",
"ap_id": "http://pasture-one-actor/object/T8HExIinYfk",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/FhtZZuGDiCY",
"published": "2025-09-09T12:33:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/Y5J41RItqGU",
"published": "2025-09-09T12:33:58Z",
"summary": "<h4>h4</h4>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 214,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:58.288127Z",
"ap_id": "http://pasture-one-actor/object/Y5J41RItqGU",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/VkMAmLu26Uc",
"published": "2025-09-09T12:33:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/K42h6JnRqWE",
"published": "2025-09-09T12:33:58Z",
"summary": "<h5>h5</h5>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 215,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:59.117660Z",
"ap_id": "http://pasture-one-actor/object/K42h6JnRqWE",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/TJqKqj1VeXI",
"published": "2025-09-09T12:33:59Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/liYpPQzRuFI",
"published": "2025-09-09T12:33:59Z",
"summary": "<h1>h1</h1><h2>h2</h2>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 216,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:33:59.872690Z",
"ap_id": "http://pasture-one-actor/object/liYpPQzRuFI",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/2ZzUk7tuUto",
"published": "2025-09-09T12:34:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/v17umWsvcro",
"published": "2025-09-09T12:34:00Z",
"summary": "<code>code</code>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 217,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:00.699961Z",
"ap_id": "http://pasture-one-actor/object/v17umWsvcro",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/BQTfrDpKCJE",
"published": "2025-09-09T12:34:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/d8O5zjaR4uU",
"published": "2025-09-09T12:34:01Z",
"summary": "<pre>pre</pre>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 218,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:01.455001Z",
"ap_id": "http://pasture-one-actor/object/d8O5zjaR4uU",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/OEX52RI8Xdo",
"published": "2025-09-09T12:34:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/N5fnb9CrhHI",
"published": "2025-09-09T12:34:02Z",
"summary": "<blockquote>blockquote</blockquote>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 219,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:02.222506Z",
"ap_id": "http://pasture-one-actor/object/N5fnb9CrhHI",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/1UuWmLafADg",
"published": "2025-09-09T12:34:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/BBjXUh-_rNA",
"published": "2025-09-09T12:34:02Z",
"summary": "line<br/>break",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 220,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:03.019245Z",
"ap_id": "http://pasture-one-actor/object/BBjXUh-_rNA",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/h73UG2fELy8",
"published": "2025-09-09T12:34:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/ohdU3SBsiOc",
"published": "2025-09-09T12:34:03Z",
"summary": "<p>paragraph</p>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 221,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:03.796045Z",
"ap_id": "http://pasture-one-actor/object/ohdU3SBsiOc",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/q15S_aZf3po",
"published": "2025-09-09T12:34:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/faPcKI9ZxXY",
"published": "2025-09-09T12:34:04Z",
"summary": "<small>small</small>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 222,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:04.593444Z",
"ap_id": "http://pasture-one-actor/object/faPcKI9ZxXY",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/VQ-7dBwLFd8",
"published": "2025-09-09T12:34:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/9gdcBof-dwY",
"published": "2025-09-09T12:34:05Z",
"summary": "<sup>sup</sup>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 223,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:05.421925Z",
"ap_id": "http://pasture-one-actor/object/9gdcBof-dwY",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/PtQ9bgotods",
"published": "2025-09-09T12:34:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/QTOObL9hbFM",
"published": "2025-09-09T12:34:06Z",
"summary": "<sub>sub</sub>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 224,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:06.250153Z",
"ap_id": "http://pasture-one-actor/object/QTOObL9hbFM",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/9r1ZHxe1ki0",
"published": "2025-09-09T12:34:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/1WkcLVsLrVQ",
"published": "2025-09-09T12:34:06Z",
"summary": "<a href='https://funfedi.dev'>funfedi</a>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 225,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:07.055877Z",
"ap_id": "http://pasture-one-actor/object/1WkcLVsLrVQ",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/5DU-MYhmo-0",
"published": "2025-09-09T12:34:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/D78yRCOa294",
"published": "2025-09-09T12:34:07Z",
"summary": "<script>alert('hi');</script>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 226,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:07.885774Z",
"ap_id": "http://pasture-one-actor/object/D78yRCOa294",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
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://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/8o7Nzm2ygg8",
"published": "2025-09-09T12:34:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/qNb4ngPXwrU",
"published": "2025-09-09T12:34:08Z",
"summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 227,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:08.698558Z",
"ap_id": "http://pasture-one-actor/object/qNb4ngPXwrU",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
Example 29¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/XWMvsJ_hwqc",
"published": "2025-09-09T12:34:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/wcpbXZRW1sc",
"published": "2025-09-09T12:34:09Z",
"summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 228,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:09.508167Z",
"ap_id": "http://pasture-one-actor/object/wcpbXZRW1sc",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
Example 30¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/0luF-wCIiWQ",
"published": "2025-09-09T12:34:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/8h3mp85aOyA",
"published": "2025-09-09T12:34:10Z",
"summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 229,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:10.312635Z",
"ap_id": "http://pasture-one-actor/object/8h3mp85aOyA",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
Example 31¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/cGQDEMouZZo",
"published": "2025-09-09T12:34:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/JROSB4dxkYs",
"published": "2025-09-09T12:34:10Z",
"summary": "Video <video controls width=\"250\">\n <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n Video of a cow eating</video>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 230,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:11.124972Z",
"ap_id": "http://pasture-one-actor/object/JROSB4dxkYs",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
Example 32¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/QORa_5bAhyw",
"published": "2025-09-09T12:34:11Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/8pYfEXweJ-4",
"published": "2025-09-09T12:34:11Z",
"summary": "<dl>\n <dt>Beast of Bodmin</dt>\n <dd>A large feline inhabiting Bodmin Moor.</dd>\n</dl>\n",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 231,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:11.923993Z",
"ap_id": "http://pasture-one-actor/object/8pYfEXweJ-4",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
Example 33¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/2KDwvZHM6bA",
"published": "2025-09-09T12:34:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/bRI_mzorjMs",
"published": "2025-09-09T12:34:12Z",
"summary": "<details>\n <summary>Details</summary>\n Something small enough to escape casual notice.\n</details>\n",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 232,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:12.758624Z",
"ap_id": "http://pasture-one-actor/object/bRI_mzorjMs",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}
Example 34¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/-zla4hVQzao",
"published": "2025-09-09T12:34:13Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/object/DniRhVVHyvg",
"published": "2025-09-09T12:34:13Z",
"summary": "<table><tr><td>HTML tables</td></tr></table>",
"content": "See summary",
"tag": [
{
"type": "Mention",
"href": "http://pyfedi.local/c/pie"
}
]
}
}
pyfedi
{
"id": 233,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] See summary",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:13.535843Z",
"ap_id": "http://pasture-one-actor/object/DniRhVVHyvg",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}