HTML tags in summary¶
Here we analyze, which types of HTML tags are allowed inside the summary field.
As the content field, the summary field is described as
A natural language summarization of the object encoded as HTML.
This is a somewhat petulant table as most Fediverse applications treat the summary field as a plain text content warning.
Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/4ppYOGPckuk",
"published": "2025-09-14T08:59:27Z",
"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/BT2WtGrQgjc",
"published": "2025-09-14T08:59:27Z",
"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-14T08:59:27.485435Z",
"ap_id": "http://pasture-one-actor/object/BT2WtGrQgjc",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/3k4nQ-fLSyc",
"published": "2025-09-14T08:59:28Z",
"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/izGMi3Ln87Q",
"published": "2025-09-14T08:59:28Z",
"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-14T08:59:28.217043Z",
"ap_id": "http://pasture-one-actor/object/izGMi3Ln87Q",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/T2kdf_dFqF0",
"published": "2025-09-14T08:59:28Z",
"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/NZOYUgWbR28",
"published": "2025-09-14T08:59:28Z",
"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-14T08:59:29.027870Z",
"ap_id": "http://pasture-one-actor/object/NZOYUgWbR28",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/yZOwCnGLJmA",
"published": "2025-09-14T08:59:29Z",
"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/XTCGOXteTxg",
"published": "2025-09-14T08:59:29Z",
"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-14T08:59:29.842537Z",
"ap_id": "http://pasture-one-actor/object/XTCGOXteTxg",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/2vCJeRofwok",
"published": "2025-09-14T08:59:30Z",
"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/yBTMS6MRR08",
"published": "2025-09-14T08:59:30Z",
"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-14T08:59:30.654986Z",
"ap_id": "http://pasture-one-actor/object/yBTMS6MRR08",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/rXMgmUjCjik",
"published": "2025-09-14T08:59:31Z",
"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/uOyMCna90c0",
"published": "2025-09-14T08:59:31Z",
"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-14T08:59:31.484251Z",
"ap_id": "http://pasture-one-actor/object/uOyMCna90c0",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ZSWqbKkwS4c",
"published": "2025-09-14T08:59:32Z",
"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/1DqTJ0eloTg",
"published": "2025-09-14T08:59:32Z",
"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-14T08:59:32.238696Z",
"ap_id": "http://pasture-one-actor/object/1DqTJ0eloTg",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/43RTIY0crLQ",
"published": "2025-09-14T08:59:32Z",
"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/4WHNIaNOJCA",
"published": "2025-09-14T08:59:32Z",
"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-14T08:59:33.011139Z",
"ap_id": "http://pasture-one-actor/object/4WHNIaNOJCA",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/QU3cWP8Ya24",
"published": "2025-09-14T08:59:33Z",
"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/nX_G39AFfdI",
"published": "2025-09-14T08:59:33Z",
"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-14T08:59:33.751350Z",
"ap_id": "http://pasture-one-actor/object/nX_G39AFfdI",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/0kWWvtnnhPk",
"published": "2025-09-14T08:59:34Z",
"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/ocd1H8HCtEI",
"published": "2025-09-14T08:59:34Z",
"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-14T08:59:34.577718Z",
"ap_id": "http://pasture-one-actor/object/ocd1H8HCtEI",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/XNWVpSrRnp0",
"published": "2025-09-14T08:59:35Z",
"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/ZWFM5bluzNk",
"published": "2025-09-14T08:59:35Z",
"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-14T08:59:35.388507Z",
"ap_id": "http://pasture-one-actor/object/ZWFM5bluzNk",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/32pehYAU1h0",
"published": "2025-09-14T08:59:35Z",
"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/lNe3BFLyNfM",
"published": "2025-09-14T08:59:35Z",
"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-14T08:59:36.156554Z",
"ap_id": "http://pasture-one-actor/object/lNe3BFLyNfM",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/Czs4XerIJu4",
"published": "2025-09-14T08:59:36Z",
"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/39R0qTZTw6g",
"published": "2025-09-14T08:59:36Z",
"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-14T08:59:36.971189Z",
"ap_id": "http://pasture-one-actor/object/39R0qTZTw6g",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/rSoe9Gpjxi8",
"published": "2025-09-14T08:59:37Z",
"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/yaZ2d6jqbnE",
"published": "2025-09-14T08:59:37Z",
"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-14T08:59:37.698936Z",
"ap_id": "http://pasture-one-actor/object/yaZ2d6jqbnE",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/CmghzCMwEYY",
"published": "2025-09-14T08:59:38Z",
"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/rIJ46-XlGJ0",
"published": "2025-09-14T08:59:38Z",
"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-14T08:59:38.522863Z",
"ap_id": "http://pasture-one-actor/object/rIJ46-XlGJ0",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/3bQklCivuu0",
"published": "2025-09-14T08:59:39Z",
"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/yA2HUogYFm8",
"published": "2025-09-14T08:59:39Z",
"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-14T08:59:39.281451Z",
"ap_id": "http://pasture-one-actor/object/yA2HUogYFm8",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/5Z2lAe24e_A",
"published": "2025-09-14T08:59:39Z",
"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/LWkQ-7gFn4w",
"published": "2025-09-14T08:59:39Z",
"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-14T08:59:40.081738Z",
"ap_id": "http://pasture-one-actor/object/LWkQ-7gFn4w",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/vNpV_LOEhcU",
"published": "2025-09-14T08:59:40Z",
"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/4g_rzBTddGA",
"published": "2025-09-14T08:59:40Z",
"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-14T08:59:40.863820Z",
"ap_id": "http://pasture-one-actor/object/4g_rzBTddGA",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/Yg5XR1G_FyQ",
"published": "2025-09-14T08:59:41Z",
"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/IBKIcs7Ytl8",
"published": "2025-09-14T08:59:41Z",
"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-14T08:59:41.652821Z",
"ap_id": "http://pasture-one-actor/object/IBKIcs7Ytl8",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/lPHzrNYSo3s",
"published": "2025-09-14T08:59:42Z",
"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/UNFXpPuzZzo",
"published": "2025-09-14T08:59:42Z",
"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-14T08:59:42.494443Z",
"ap_id": "http://pasture-one-actor/object/UNFXpPuzZzo",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/BmENvBin0yI",
"published": "2025-09-14T08:59:43Z",
"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/GcqIlWrTJQM",
"published": "2025-09-14T08:59:43Z",
"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-14T08:59:43.236065Z",
"ap_id": "http://pasture-one-actor/object/GcqIlWrTJQM",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/RsVS_LdDi_E",
"published": "2025-09-14T08:59:43Z",
"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/n34KG0QVY1g",
"published": "2025-09-14T08:59:43Z",
"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-14T08:59:44.018506Z",
"ap_id": "http://pasture-one-actor/object/n34KG0QVY1g",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/hLv7p-5Lsoc",
"published": "2025-09-14T08:59:44Z",
"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/fy157sPmGtE",
"published": "2025-09-14T08:59:44Z",
"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-14T08:59:44.788095Z",
"ap_id": "http://pasture-one-actor/object/fy157sPmGtE",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/4bZUaiHxDZE",
"published": "2025-09-14T08:59:45Z",
"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/cEMG3j6Fi4g",
"published": "2025-09-14T08:59:45Z",
"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-14T08:59:45.594621Z",
"ap_id": "http://pasture-one-actor/object/cEMG3j6Fi4g",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/oMtm-Qkafis",
"published": "2025-09-14T08:59: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/9wTMjeoIrC4",
"published": "2025-09-14T08:59:46Z",
"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-14T08:59:46.391670Z",
"ap_id": "http://pasture-one-actor/object/9wTMjeoIrC4",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/I4K8_me_gz0",
"published": "2025-09-14T08:59: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/zoOA4nUOE8Y",
"published": "2025-09-14T08:59:46Z",
"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-14T08:59:47.201169Z",
"ap_id": "http://pasture-one-actor/object/zoOA4nUOE8Y",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/h3BcvzWkRgs",
"published": "2025-09-14T08:59: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/epJcCzod384",
"published": "2025-09-14T08:59:47Z",
"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-14T08:59:47.995132Z",
"ap_id": "http://pasture-one-actor/object/epJcCzod384",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/Hw5vW2RpBbY",
"published": "2025-09-14T08:59: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/Nkd3mvDc1_k",
"published": "2025-09-14T08:59:48Z",
"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-14T08:59:48.752707Z",
"ap_id": "http://pasture-one-actor/object/Nkd3mvDc1_k",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/DQQouoQFEz4",
"published": "2025-09-14T08:59: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/r_iIeJZXvpY",
"published": "2025-09-14T08:59:49Z",
"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-14T08:59:49.526861Z",
"ap_id": "http://pasture-one-actor/object/r_iIeJZXvpY",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/MyN1CwmlBRg",
"published": "2025-09-14T08:59: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/ssRrb9UcP1c",
"published": "2025-09-14T08:59:50Z",
"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-14T08:59:50.329269Z",
"ap_id": "http://pasture-one-actor/object/ssRrb9UcP1c",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/jf0-9IJXjOo",
"published": "2025-09-14T08:59: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/d9BXyDNcJcA",
"published": "2025-09-14T08:59:50Z",
"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-14T08:59:51.048099Z",
"ap_id": "http://pasture-one-actor/object/d9BXyDNcJcA",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/wdIcorEy2hc",
"published": "2025-09-14T08:59: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/dE4Fou2Pw-U",
"published": "2025-09-14T08:59:51Z",
"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-14T08:59:51.784670Z",
"ap_id": "http://pasture-one-actor/object/dE4Fou2Pw-U",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/1Meho_zJVUA",
"published": "2025-09-14T08:59: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/6sehemIICx4",
"published": "2025-09-14T08:59:52Z",
"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-14T08:59:52.532615Z",
"ap_id": "http://pasture-one-actor/object/6sehemIICx4",
"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": [
"http://pyfedi.local/c/pie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/kwhrJCKvXfM",
"published": "2025-09-14T08:59: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/vzcGcG4p34w",
"published": "2025-09-14T08:59:53Z",
"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-14T08:59:53.310523Z",
"ap_id": "http://pasture-one-actor/object/vzcGcG4p34w",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}