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/bWF1s8MmBxc",
"published": "2025-09-08T17:35: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/C2oRUnjd_nM",
"published": "2025-09-08T17:35:06Z",
"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-08T17:35:06.512999Z",
"ap_id": "http://pasture-one-actor/object/C2oRUnjd_nM",
"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/kVgUcMr1jfk",
"published": "2025-09-08T17:35: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/V7BY06YSFHk",
"published": "2025-09-08T17:35:07Z",
"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-08T17:35:07.297971Z",
"ap_id": "http://pasture-one-actor/object/V7BY06YSFHk",
"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/xD4MPEA4Vew",
"published": "2025-09-08T17:35: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/VkCVp1ekLEc",
"published": "2025-09-08T17:35:07Z",
"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-08T17:35:08.129123Z",
"ap_id": "http://pasture-one-actor/object/VkCVp1ekLEc",
"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/VIfueoJdP4M",
"published": "2025-09-08T17:35: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/Z4LrXnrs_gI",
"published": "2025-09-08T17:35:08Z",
"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-08T17:35:08.946255Z",
"ap_id": "http://pasture-one-actor/object/Z4LrXnrs_gI",
"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/qcmMo6MBrAU",
"published": "2025-09-08T17:35: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/HcTBBEpB9Os",
"published": "2025-09-08T17:35:09Z",
"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-08T17:35:09.740664Z",
"ap_id": "http://pasture-one-actor/object/HcTBBEpB9Os",
"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/CrVZfMErAdE",
"published": "2025-09-08T17:35: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/I86r_EjRlds",
"published": "2025-09-08T17:35:10Z",
"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-08T17:35:10.554581Z",
"ap_id": "http://pasture-one-actor/object/I86r_EjRlds",
"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/eUs-4ea4rDQ",
"published": "2025-09-08T17:35: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/RkHDUT57sFY",
"published": "2025-09-08T17:35:11Z",
"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-08T17:35:11.400829Z",
"ap_id": "http://pasture-one-actor/object/RkHDUT57sFY",
"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/LTQ_yOWQ1DY",
"published": "2025-09-08T17:35: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/PDajE0EFbZU",
"published": "2025-09-08T17:35:12Z",
"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-08T17:35:12.227113Z",
"ap_id": "http://pasture-one-actor/object/PDajE0EFbZU",
"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/AYnS85OIVmY",
"published": "2025-09-08T17:35: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/uTGOdcclnYE",
"published": "2025-09-08T17:35:12Z",
"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-08T17:35:13.026572Z",
"ap_id": "http://pasture-one-actor/object/uTGOdcclnYE",
"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/hITM9lUuw10",
"published": "2025-09-08T17:35: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/u87VISD45Gk",
"published": "2025-09-08T17:35:13Z",
"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-08T17:35:13.849630Z",
"ap_id": "http://pasture-one-actor/object/u87VISD45Gk",
"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/ai14TJ1Vn8s",
"published": "2025-09-08T17:35:14Z",
"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/NOZmSZ477WE",
"published": "2025-09-08T17:35:14Z",
"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-08T17:35:14.659855Z",
"ap_id": "http://pasture-one-actor/object/NOZmSZ477WE",
"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/xPavLnyqS5w",
"published": "2025-09-08T17:35:15Z",
"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/NJkUMxMnDxs",
"published": "2025-09-08T17:35:15Z",
"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-08T17:35:15.464618Z",
"ap_id": "http://pasture-one-actor/object/NJkUMxMnDxs",
"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/fEiARf47yvo",
"published": "2025-09-08T17:35:16Z",
"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/Ys_WFDoDrZQ",
"published": "2025-09-08T17:35:16Z",
"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-08T17:35:16.268097Z",
"ap_id": "http://pasture-one-actor/object/Ys_WFDoDrZQ",
"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/NOjJZDXvIcw",
"published": "2025-09-08T17:35:16Z",
"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/kqDiv6Ie1xg",
"published": "2025-09-08T17:35:16Z",
"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-08T17:35:17.077193Z",
"ap_id": "http://pasture-one-actor/object/kqDiv6Ie1xg",
"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/1S_ztES7Rx4",
"published": "2025-09-08T17:35:17Z",
"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/hKZl8Mg5btA",
"published": "2025-09-08T17:35:17Z",
"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-08T17:35:17.913201Z",
"ap_id": "http://pasture-one-actor/object/hKZl8Mg5btA",
"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/6BbTVmQOGsc",
"published": "2025-09-08T17:35:18Z",
"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/Ek3NupmNs08",
"published": "2025-09-08T17:35:18Z",
"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-08T17:35:18.727544Z",
"ap_id": "http://pasture-one-actor/object/Ek3NupmNs08",
"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/c2jXzhw25GM",
"published": "2025-09-08T17:35:19Z",
"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/5wrySmjRGxg",
"published": "2025-09-08T17:35:19Z",
"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-08T17:35:19.555433Z",
"ap_id": "http://pasture-one-actor/object/5wrySmjRGxg",
"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/pNIV80p078Y",
"published": "2025-09-08T17:35:20Z",
"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/qd9vF8Cm0wA",
"published": "2025-09-08T17:35:20Z",
"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-08T17:35:20.382399Z",
"ap_id": "http://pasture-one-actor/object/qd9vF8Cm0wA",
"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/NqFOtV-aDvk",
"published": "2025-09-08T17:35:20Z",
"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/EewS2sJ02Ts",
"published": "2025-09-08T17:35:20Z",
"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-08T17:35:21.185151Z",
"ap_id": "http://pasture-one-actor/object/EewS2sJ02Ts",
"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/ody6Vbbb3NY",
"published": "2025-09-08T17:35:21Z",
"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/Hh5ycrgEUaA",
"published": "2025-09-08T17:35:21Z",
"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-08T17:35:21.972037Z",
"ap_id": "http://pasture-one-actor/object/Hh5ycrgEUaA",
"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/ErTvmcjOnko",
"published": "2025-09-08T17:35:22Z",
"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/rfXmYXFOFQc",
"published": "2025-09-08T17:35:22Z",
"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-08T17:35:22.768172Z",
"ap_id": "http://pasture-one-actor/object/rfXmYXFOFQc",
"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/80xYm_eTvRQ",
"published": "2025-09-08T17:35:23Z",
"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/Q6D-MsNZcUI",
"published": "2025-09-08T17:35:23Z",
"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-08T17:35:23.589423Z",
"ap_id": "http://pasture-one-actor/object/Q6D-MsNZcUI",
"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/qG_kXqiG3lQ",
"published": "2025-09-08T17:35:24Z",
"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/xDNzW4TJ200",
"published": "2025-09-08T17:35:24Z",
"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-08T17:35:24.407570Z",
"ap_id": "http://pasture-one-actor/object/xDNzW4TJ200",
"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/Fzpk_DAMH9w",
"published": "2025-09-08T17:35:25Z",
"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/I28dOurlQGY",
"published": "2025-09-08T17:35:25Z",
"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-08T17:35:25.221054Z",
"ap_id": "http://pasture-one-actor/object/I28dOurlQGY",
"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/6F1RWYPp-Hg",
"published": "2025-09-08T17:35:25Z",
"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/-_NFwAUaLSc",
"published": "2025-09-08T17:35:25Z",
"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-08T17:35:26.044453Z",
"ap_id": "http://pasture-one-actor/object/-_NFwAUaLSc",
"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/7CadOL4NhZM",
"published": "2025-09-08T17:35:26Z",
"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/jE4uHEx25oU",
"published": "2025-09-08T17:35:26Z",
"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-08T17:35:26.827689Z",
"ap_id": "http://pasture-one-actor/object/jE4uHEx25oU",
"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/owJngaj-z0M",
"published": "2025-09-08T17:35: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/Jw5ugCWn5s8",
"published": "2025-09-08T17:35:27Z",
"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-08T17:35:27.661505Z",
"ap_id": "http://pasture-one-actor/object/Jw5ugCWn5s8",
"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/XCczWssSf0c",
"published": "2025-09-08T17:35: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/aXd04ovPOn4",
"published": "2025-09-08T17:35:28Z",
"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-08T17:35:28.459131Z",
"ap_id": "http://pasture-one-actor/object/aXd04ovPOn4",
"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/iFM0TKR3mSY",
"published": "2025-09-08T17:35: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/-WYx3_4ww3s",
"published": "2025-09-08T17:35:29Z",
"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-08T17:35:29.238204Z",
"ap_id": "http://pasture-one-actor/object/-WYx3_4ww3s",
"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/kaA3lN9anjQ",
"published": "2025-09-08T17:35: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/giTOKE_HyY8",
"published": "2025-09-08T17:35:29Z",
"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-08T17:35:30.029966Z",
"ap_id": "http://pasture-one-actor/object/giTOKE_HyY8",
"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/ochG8dQy-R4",
"published": "2025-09-08T17:35: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/NIehfPLfVnw",
"published": "2025-09-08T17:35:30Z",
"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-08T17:35:30.841861Z",
"ap_id": "http://pasture-one-actor/object/NIehfPLfVnw",
"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/0J-0PRLaeJg",
"published": "2025-09-08T17:35: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/718ctKTZbCM",
"published": "2025-09-08T17:35:31Z",
"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-08T17:35:31.669102Z",
"ap_id": "http://pasture-one-actor/object/718ctKTZbCM",
"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/4bgFbI78BwY",
"published": "2025-09-08T17:35: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/hTIdFeaekkw",
"published": "2025-09-08T17:35:32Z",
"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-08T17:35:32.446338Z",
"ap_id": "http://pasture-one-actor/object/hTIdFeaekkw",
"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/Xn2pdTHrSCA",
"published": "2025-09-08T17:35: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/p-7EsyVlHDo",
"published": "2025-09-08T17:35:33Z",
"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-08T17:35:33.249152Z",
"ap_id": "http://pasture-one-actor/object/p-7EsyVlHDo",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "See summary"
}