HTML tags for article¶
Here we analyze, which types
of HTML tags are allowed inside the content field of Article
type
objects. One should expect that a Note
, i.e.
Represents a short written work typically less than a single paragraph in length.
see here,
should not contain headings h1-h6
or embedded media, e.g. img
.
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/1M6h59KBApI",
"published": "2025-02-15T12:00:27Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/11rcKOJi2KM",
"published": "2025-02-15T12:00:27Z",
"content": "<b>bold</b>"
}
}
gotosocial
{
"id": "01JM4Q4VD8M15CGBNGM33RX7B3",
"created_at": "2025-02-15T11:50:49.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/e9rE3kDA_Bk",
"url": "http://pasture-one-actor/actor/e9rE3kDA_Bk",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<b>bold</b>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 96,
"last_status_at": "2025-02-15T11:50:49.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-44ab-f172-3df2-0ac1673e8465",
"uri": "http://pasture-one-actor/actor/11rcKOJi2KM",
"url": "http://pasture-one-actor/actor/11rcKOJi2KM",
"created_at": "2025-02-15T12:00:27Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 92,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<b>bold</b><p><a href=\"http://pasture-one-actor/actor/11rcKOJi2KM\" rel=\"noopener\">http://pasture-one-actor/actor/11rcKOJi2KM</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ZgeKX2JQCD8",
"published": "2025-02-15T12:00:28Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/N6LkHE8Khs4",
"published": "2025-02-15T12:00:28Z",
"content": "<strong>strong</strong>"
}
}
gotosocial
{
"id": "01JM4Q4WCGG7B5V870A6SXMADM",
"created_at": "2025-02-15T11:50:50.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/87MFMY3mZSg",
"url": "http://pasture-one-actor/actor/87MFMY3mZSg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<strong>strong</strong>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 97,
"last_status_at": "2025-02-15T11:50:50.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-4a7d-aecf-d318-e16a50123d01",
"uri": "http://pasture-one-actor/actor/N6LkHE8Khs4",
"url": "http://pasture-one-actor/actor/N6LkHE8Khs4",
"created_at": "2025-02-15T12:00:28Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 93,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<strong>strong</strong><p><a href=\"http://pasture-one-actor/actor/N6LkHE8Khs4\" rel=\"noopener\">http://pasture-one-actor/actor/N6LkHE8Khs4</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/vcwqOev3Xsc",
"published": "2025-02-15T12:00:30Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/LbomKyRs_18",
"published": "2025-02-15T12:00:30Z",
"content": "<i>italic</i>"
}
}
gotosocial
{
"id": "01JM4Q4WCGS8QDPZHR7M9BM773",
"created_at": "2025-02-15T11:50:50.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/hrDzDyYpLww",
"url": "http://pasture-one-actor/actor/hrDzDyYpLww",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<i>italic</i>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 98,
"last_status_at": "2025-02-15T11:50:50.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-5055-78b8-6f7f-bb5bd1fea0fb",
"uri": "http://pasture-one-actor/actor/LbomKyRs_18",
"url": "http://pasture-one-actor/actor/LbomKyRs_18",
"created_at": "2025-02-15T12:00:30Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 94,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<i>italic</i><p><a href=\"http://pasture-one-actor/actor/LbomKyRs_18\" rel=\"noopener\">http://pasture-one-actor/actor/LbomKyRs_18</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/YOZH3ZTEE0o",
"published": "2025-02-15T12:00:31Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/thIsz2yDjrM",
"published": "2025-02-15T12:00:31Z",
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
}
}
gotosocial
{
"id": "01JM4Q4XBRGPF9NNH2ZM4NZ1F7",
"created_at": "2025-02-15T11:50:51.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/2tCVbbl_c50",
"url": "http://pasture-one-actor/actor/2tCVbbl_c50",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">Issue 142</a>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 99,
"last_status_at": "2025-02-15T11:50:51.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-5639-d58c-8927-8cdefbe4e436",
"uri": "http://pasture-one-actor/actor/thIsz2yDjrM",
"url": "http://pasture-one-actor/actor/thIsz2yDjrM",
"created_at": "2025-02-15T12:00:31Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 95,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\" rel=\"noopener\">Issue 142</a><p><a href=\"http://pasture-one-actor/actor/thIsz2yDjrM\" rel=\"noopener\">http://pasture-one-actor/actor/thIsz2yDjrM</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/XVoUvWQuQWQ",
"published": "2025-02-15T12:00:33Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/oNQZGyWSKVM",
"published": "2025-02-15T12:00:33Z",
"content": "<em>emphasis</em>"
}
}
gotosocial
{
"id": "01JM4Q4YB0HWPRDR7CDNNW5Z46",
"created_at": "2025-02-15T11:50:52.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/MdndeW5ijBM",
"url": "http://pasture-one-actor/actor/MdndeW5ijBM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<em>emphasis</em>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 100,
"last_status_at": "2025-02-15T11:50:52.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-5c19-e173-0290-688a7b902762",
"uri": "http://pasture-one-actor/actor/oNQZGyWSKVM",
"url": "http://pasture-one-actor/actor/oNQZGyWSKVM",
"created_at": "2025-02-15T12:00:33Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 96,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<em>emphasis</em><p><a href=\"http://pasture-one-actor/actor/oNQZGyWSKVM\" rel=\"noopener\">http://pasture-one-actor/actor/oNQZGyWSKVM</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/eOzP1PBRGE8",
"published": "2025-02-15T12:00:34Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/EAspPW1DSGQ",
"published": "2025-02-15T12:00:34Z",
"content": "<del>old</del><ins>new</ins>"
}
}
gotosocial
{
"id": "01JM4Q4YB09SVV7HM27PE75JKN",
"created_at": "2025-02-15T11:50:52.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/Gc6HBj9mHs8",
"url": "http://pasture-one-actor/actor/Gc6HBj9mHs8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<del>old</del><ins>new</ins>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 101,
"last_status_at": "2025-02-15T11:50:52.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-61f5-9362-679f-c2350d8b1060",
"uri": "http://pasture-one-actor/actor/EAspPW1DSGQ",
"url": "http://pasture-one-actor/actor/EAspPW1DSGQ",
"created_at": "2025-02-15T12:00:34Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 97,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<del>old</del><ins>new</ins><p><a href=\"http://pasture-one-actor/actor/EAspPW1DSGQ\" rel=\"noopener\">http://pasture-one-actor/actor/EAspPW1DSGQ</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/zitAfuBWz80",
"published": "2025-02-15T12:00:36Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/gXqIEHeBeaI",
"published": "2025-02-15T12:00:36Z",
"content": "<s>stricken</s>"
}
}
gotosocial
{
"id": "01JM4Q4ZA8JVZGZ0YHAVGN18D2",
"created_at": "2025-02-15T11:50:53.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/1skkP-a7vJs",
"url": "http://pasture-one-actor/actor/1skkP-a7vJs",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<s>stricken</s>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 102,
"last_status_at": "2025-02-15T11:50:53.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-67cb-c96a-7a7a-9fa7fdfe7315",
"uri": "http://pasture-one-actor/actor/gXqIEHeBeaI",
"url": "http://pasture-one-actor/actor/gXqIEHeBeaI",
"created_at": "2025-02-15T12:00:36Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 98,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<s>stricken</s><p><a href=\"http://pasture-one-actor/actor/gXqIEHeBeaI\" rel=\"noopener\">http://pasture-one-actor/actor/gXqIEHeBeaI</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/hHl5fCOjmek",
"published": "2025-02-15T12:00:37Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/6KnlgSqeXsM",
"published": "2025-02-15T12:00:37Z",
"content": "<mark>mark</mark>"
}
}
gotosocial
{
"id": "01JM4Q509GN1B5MY5ZM5GJVRH5",
"created_at": "2025-02-15T11:50:54.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/IvpHpftTUvU",
"url": "http://pasture-one-actor/actor/IvpHpftTUvU",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<mark>mark</mark>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 103,
"last_status_at": "2025-02-15T11:50:54.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-6dae-7f01-6c68-a649520b0ede",
"uri": "http://pasture-one-actor/actor/6KnlgSqeXsM",
"url": "http://pasture-one-actor/actor/6KnlgSqeXsM",
"created_at": "2025-02-15T12:00:37Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 99,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<mark>mark</mark><p><a href=\"http://pasture-one-actor/actor/6KnlgSqeXsM\" rel=\"noopener\">http://pasture-one-actor/actor/6KnlgSqeXsM</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/VyLwtwSorm8",
"published": "2025-02-15T12:00:39Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/wOHC4EKdUQc",
"published": "2025-02-15T12:00:39Z",
"content": "find <var>x</var> (a variable)"
}
}
gotosocial
{
"id": "01JM4Q509GKJCN21TB8FZAZ3TS",
"created_at": "2025-02-15T11:50:54.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/9Mix4mYZpzU",
"url": "http://pasture-one-actor/actor/9Mix4mYZpzU",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "find <var>x</var> (a variable)",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 104,
"last_status_at": "2025-02-15T11:50:54.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-737e-571c-b03d-d8fff7d86ce9",
"uri": "http://pasture-one-actor/actor/wOHC4EKdUQc",
"url": "http://pasture-one-actor/actor/wOHC4EKdUQc",
"created_at": "2025-02-15T12:00:39Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 100,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "find <var>x</var> (a variable)<p><a href=\"http://pasture-one-actor/actor/wOHC4EKdUQc\" rel=\"noopener\">http://pasture-one-actor/actor/wOHC4EKdUQc</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/TKYfm0zExhA",
"published": "2025-02-15T12:00:40Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Dt2iJpWVmfk",
"published": "2025-02-15T12:00:40Z",
"content": "<ol><li>ordered</li></ol>"
}
}
gotosocial
{
"id": "01JM4Q518R5KX3C64QHNG0WZD9",
"created_at": "2025-02-15T11:50:55.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/Q4A6sZAdSEI",
"url": "http://pasture-one-actor/actor/Q4A6sZAdSEI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<ol><li>ordered</li></ol>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 105,
"last_status_at": "2025-02-15T11:50:55.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-795e-3e53-2444-3e8996824c8b",
"uri": "http://pasture-one-actor/actor/Dt2iJpWVmfk",
"url": "http://pasture-one-actor/actor/Dt2iJpWVmfk",
"created_at": "2025-02-15T12:00:40Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 101,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<ol><li>ordered</li></ol><p><a href=\"http://pasture-one-actor/actor/Dt2iJpWVmfk\" rel=\"noopener\">http://pasture-one-actor/actor/Dt2iJpWVmfk</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/aC96dUswQgI",
"published": "2025-02-15T12:00:42Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/YTFP9FKu66U",
"published": "2025-02-15T12:00:42Z",
"content": "<ul><li>unordered</li></ul>"
}
}
gotosocial
{
"id": "01JM4Q5280VHY1E4V2YJYD8CT6",
"created_at": "2025-02-15T11:50:56.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/jfvOT3OAsi8",
"url": "http://pasture-one-actor/actor/jfvOT3OAsi8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<ul><li>unordered</li></ul>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 106,
"last_status_at": "2025-02-15T11:50:56.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-7f2e-93fb-0fa8-be2b9c1acc95",
"uri": "http://pasture-one-actor/actor/YTFP9FKu66U",
"url": "http://pasture-one-actor/actor/YTFP9FKu66U",
"created_at": "2025-02-15T12:00:42Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 102,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<ul><li>unordered</li></ul><p><a href=\"http://pasture-one-actor/actor/YTFP9FKu66U\" rel=\"noopener\">http://pasture-one-actor/actor/YTFP9FKu66U</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/bDhrnSYd2qs",
"published": "2025-02-15T12:00:43Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/tOH1hJWR4K8",
"published": "2025-02-15T12:00:43Z",
"content": "<h1>h1</h1>"
}
}
gotosocial
{
"id": "01JM4Q52805XXH5KS6WHPP1E98",
"created_at": "2025-02-15T11:50:56.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/Kt5YIToo7e0",
"url": "http://pasture-one-actor/actor/Kt5YIToo7e0",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<h1>h1</h1>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 107,
"last_status_at": "2025-02-15T11:50:56.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-8512-cebd-2765-5961646aa137",
"uri": "http://pasture-one-actor/actor/tOH1hJWR4K8",
"url": "http://pasture-one-actor/actor/tOH1hJWR4K8",
"created_at": "2025-02-15T12:00:43Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 103,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>h1</h1><p><a href=\"http://pasture-one-actor/actor/tOH1hJWR4K8\" rel=\"noopener\">http://pasture-one-actor/actor/tOH1hJWR4K8</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/W58FfC9OCyE",
"published": "2025-02-15T12:00:45Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/QoCoDknczyU",
"published": "2025-02-15T12:00:45Z",
"content": "<h2>h2</h2>"
}
}
gotosocial
{
"id": "01JM4Q5378X7CQM7J4QZNDRRV7",
"created_at": "2025-02-15T11:50:57.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/BdSVpE_-v-0",
"url": "http://pasture-one-actor/actor/BdSVpE_-v-0",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<h2>h2</h2>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 108,
"last_status_at": "2025-02-15T11:50:57.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-8afa-2195-d2f6-56946ec84740",
"uri": "http://pasture-one-actor/actor/QoCoDknczyU",
"url": "http://pasture-one-actor/actor/QoCoDknczyU",
"created_at": "2025-02-15T12:00:45Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 104,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h2>h2</h2><p><a href=\"http://pasture-one-actor/actor/QoCoDknczyU\" rel=\"noopener\">http://pasture-one-actor/actor/QoCoDknczyU</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/dSazF8J8UO4",
"published": "2025-02-15T12:00:46Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/sGuebDQhUns",
"published": "2025-02-15T12:00:46Z",
"content": "<h3>h3</h3>"
}
}
gotosocial
{
"id": "01JM4Q546GM0KZ6S6RKFCF5TMQ",
"created_at": "2025-02-15T11:50:58.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/7oVocEtvD5E",
"url": "http://pasture-one-actor/actor/7oVocEtvD5E",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<h3>h3</h3>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 109,
"last_status_at": "2025-02-15T11:50:58.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-90d4-2f4d-7708-50f59d87efe1",
"uri": "http://pasture-one-actor/actor/sGuebDQhUns",
"url": "http://pasture-one-actor/actor/sGuebDQhUns",
"created_at": "2025-02-15T12:00:46Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 105,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h3>h3</h3><p><a href=\"http://pasture-one-actor/actor/sGuebDQhUns\" rel=\"noopener\">http://pasture-one-actor/actor/sGuebDQhUns</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/nFiHauR4li4",
"published": "2025-02-15T12:00:47Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/f5r-swerJdc",
"published": "2025-02-15T12:00:47Z",
"content": "<h4>h4</h4>"
}
}
gotosocial
{
"id": "01JM4Q546GWM49BQNC2GQZ3GZ6",
"created_at": "2025-02-15T11:50:58.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/4mSElpXvdO0",
"url": "http://pasture-one-actor/actor/4mSElpXvdO0",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<h4>h4</h4>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 110,
"last_status_at": "2025-02-15T11:50:58.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-96b2-cf3d-406e-4f6afc265f5d",
"uri": "http://pasture-one-actor/actor/f5r-swerJdc",
"url": "http://pasture-one-actor/actor/f5r-swerJdc",
"created_at": "2025-02-15T12:00:47Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 106,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h4>h4</h4><p><a href=\"http://pasture-one-actor/actor/f5r-swerJdc\" rel=\"noopener\">http://pasture-one-actor/actor/f5r-swerJdc</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/iWwLezkaDTw",
"published": "2025-02-15T12:00:49Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/5kwgv0xV7OM",
"published": "2025-02-15T12:00:49Z",
"content": "<h5>h5</h5>"
}
}
gotosocial
{
"id": "01JM4Q555RWRR3XPX372H986M1",
"created_at": "2025-02-15T11:50:59.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/udo5sf_cxjQ",
"url": "http://pasture-one-actor/actor/udo5sf_cxjQ",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<h5>h5</h5>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 111,
"last_status_at": "2025-02-15T11:50:59.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-9c8d-8945-76a5-c4f1a624670c",
"uri": "http://pasture-one-actor/actor/5kwgv0xV7OM",
"url": "http://pasture-one-actor/actor/5kwgv0xV7OM",
"created_at": "2025-02-15T12:00:49Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 107,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h5>h5</h5><p><a href=\"http://pasture-one-actor/actor/5kwgv0xV7OM\" rel=\"noopener\">http://pasture-one-actor/actor/5kwgv0xV7OM</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/uwl83gkTldY",
"published": "2025-02-15T12:00:50Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/ZrxPvDnDK10",
"published": "2025-02-15T12:00:50Z",
"content": "<h1>h1</h1><h2>h2</h2>"
}
}
gotosocial
{
"id": "01JM4Q56506ZHWWC7D0M73W3VS",
"created_at": "2025-02-15T11:51:00.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/23AGaVGRFF8",
"url": "http://pasture-one-actor/actor/23AGaVGRFF8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<h1>h1</h1><h2>h2</h2>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 112,
"last_status_at": "2025-02-15T11:51:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-a268-89f2-b36f-60f066eb803c",
"uri": "http://pasture-one-actor/actor/ZrxPvDnDK10",
"url": "http://pasture-one-actor/actor/ZrxPvDnDK10",
"created_at": "2025-02-15T12:00:50Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 108,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>h1</h1><h2>h2</h2><p><a href=\"http://pasture-one-actor/actor/ZrxPvDnDK10\" rel=\"noopener\">http://pasture-one-actor/actor/ZrxPvDnDK10</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/PKlqzwFX2D0",
"published": "2025-02-15T12:00:52Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/kPBIfQlILfM",
"published": "2025-02-15T12:00:52Z",
"content": "<code>code</code>"
}
}
gotosocial
{
"id": "01JM4Q5650TT5MKYTH10CW349C",
"created_at": "2025-02-15T11:51:00.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/NHLcr8VwtA0",
"url": "http://pasture-one-actor/actor/NHLcr8VwtA0",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<code>code</code>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 113,
"last_status_at": "2025-02-15T11:51:00.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-a839-b12e-cbab-c8c0fd9951a4",
"uri": "http://pasture-one-actor/actor/kPBIfQlILfM",
"url": "http://pasture-one-actor/actor/kPBIfQlILfM",
"created_at": "2025-02-15T12:00:52Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 109,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<code>code</code><p><a href=\"http://pasture-one-actor/actor/kPBIfQlILfM\" rel=\"noopener\">http://pasture-one-actor/actor/kPBIfQlILfM</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/DyqjGjuJtpQ",
"published": "2025-02-15T12:00:53Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/P_3zgWa6vY4",
"published": "2025-02-15T12:00:53Z",
"content": "<pre>pre</pre>"
}
}
gotosocial
{
"id": "01JM4Q5748EP7ENSWGT43MTNX7",
"created_at": "2025-02-15T11:51:01.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/GwEG2QTuMXo",
"url": "http://pasture-one-actor/actor/GwEG2QTuMXo",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<pre>pre</pre>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 114,
"last_status_at": "2025-02-15T11:51:01.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-ae20-8718-afb4-d83ce5f07976",
"uri": "http://pasture-one-actor/actor/P_3zgWa6vY4",
"url": "http://pasture-one-actor/actor/P_3zgWa6vY4",
"created_at": "2025-02-15T12:00:53Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 110,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<pre>pre</pre><p><a href=\"http://pasture-one-actor/actor/P_3zgWa6vY4\" rel=\"noopener\">http://pasture-one-actor/actor/P_3zgWa6vY4</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/5zn2oD_yOk8",
"published": "2025-02-15T12:00:55Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/7n9ZEyFjvXY",
"published": "2025-02-15T12:00:55Z",
"content": "line<br/>break"
}
}
gotosocial
{
"id": "01JM4Q583GQ0B44D78FSKQJF84",
"created_at": "2025-02-15T11:51:02.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/FgOQ2W0cuaU",
"url": "http://pasture-one-actor/actor/FgOQ2W0cuaU",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "line<br>break",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 115,
"last_status_at": "2025-02-15T11:51:02.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-b3ff-8542-3ded-0f53102b1f52",
"uri": "http://pasture-one-actor/actor/7n9ZEyFjvXY",
"url": "http://pasture-one-actor/actor/7n9ZEyFjvXY",
"created_at": "2025-02-15T12:00:55Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 111,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "line<br>break<p><a href=\"http://pasture-one-actor/actor/7n9ZEyFjvXY\" rel=\"noopener\">http://pasture-one-actor/actor/7n9ZEyFjvXY</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/TnbzxtEYtWo",
"published": "2025-02-15T12:00:57Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/G92_FxS_5TQ",
"published": "2025-02-15T12:00:57Z",
"content": "<p>paragraph</p>"
}
}
gotosocial
{
"id": "01JM4Q592R5RQCPFGRW5D351CB",
"created_at": "2025-02-15T11:51:03.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/hfZClpRAs2Q",
"url": "http://pasture-one-actor/actor/hfZClpRAs2Q",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<p>paragraph</p>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 116,
"last_status_at": "2025-02-15T11:51:03.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-b9da-9c6a-4265-bfe7f14a6ea8",
"uri": "http://pasture-one-actor/actor/G92_FxS_5TQ",
"url": "http://pasture-one-actor/actor/G92_FxS_5TQ",
"created_at": "2025-02-15T12:00:57Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 112,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<p>paragraph</p><p><a href=\"http://pasture-one-actor/actor/G92_FxS_5TQ\" rel=\"noopener\">http://pasture-one-actor/actor/G92_FxS_5TQ</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Kcj7q3_8K6w",
"published": "2025-02-15T12:00:58Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/NYRIcf5a16o",
"published": "2025-02-15T12:00:58Z",
"content": "<small>small</small>"
}
}
gotosocial
{
"id": "01JM4Q592RWZYET64JXT43SHYB",
"created_at": "2025-02-15T11:51:03.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/80sohxqJdzc",
"url": "http://pasture-one-actor/actor/80sohxqJdzc",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<small>small</small>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 117,
"last_status_at": "2025-02-15T11:51:03.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-bfb9-d5e3-6a64-acd365be3bf2",
"uri": "http://pasture-one-actor/actor/NYRIcf5a16o",
"url": "http://pasture-one-actor/actor/NYRIcf5a16o",
"created_at": "2025-02-15T12:00:58Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 113,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<small>small</small><p><a href=\"http://pasture-one-actor/actor/NYRIcf5a16o\" rel=\"noopener\">http://pasture-one-actor/actor/NYRIcf5a16o</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/p3L6F5QuG4A",
"published": "2025-02-15T12:00:59Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/drJXtTaBhX8",
"published": "2025-02-15T12:00:59Z",
"content": "<sup>sup</sup>"
}
}
gotosocial
{
"id": "01JM4Q5A20RFZRHMYHE6EPXJ7S",
"created_at": "2025-02-15T11:51:04.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/7z-rjVxs0pk",
"url": "http://pasture-one-actor/actor/7z-rjVxs0pk",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<sup>sup</sup>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 118,
"last_status_at": "2025-02-15T11:51:04.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-c591-6814-27fe-82792ef78bf6",
"uri": "http://pasture-one-actor/actor/drJXtTaBhX8",
"url": "http://pasture-one-actor/actor/drJXtTaBhX8",
"created_at": "2025-02-15T12:00:59Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 114,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<sup>sup</sup><p><a href=\"http://pasture-one-actor/actor/drJXtTaBhX8\" rel=\"noopener\">http://pasture-one-actor/actor/drJXtTaBhX8</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/NLjbiv4hywA",
"published": "2025-02-15T12:01:01Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/o9z-NV4r9Gk",
"published": "2025-02-15T12:01:01Z",
"content": "<sub>sub</sub>"
}
}
gotosocial
{
"id": "01JM4Q5B18SSY8CJ8GM7A3JRZH",
"created_at": "2025-02-15T11:51:05.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/l7ENiBmUNNs",
"url": "http://pasture-one-actor/actor/l7ENiBmUNNs",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<sub>sub</sub>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 119,
"last_status_at": "2025-02-15T11:51:05.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-cb6b-a5d6-6d0a-ede53b8c4ca1",
"uri": "http://pasture-one-actor/actor/o9z-NV4r9Gk",
"url": "http://pasture-one-actor/actor/o9z-NV4r9Gk",
"created_at": "2025-02-15T12:01:01Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 115,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<sub>sub</sub><p><a href=\"http://pasture-one-actor/actor/o9z-NV4r9Gk\" rel=\"noopener\">http://pasture-one-actor/actor/o9z-NV4r9Gk</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/vQkO8zgeG_k",
"published": "2025-02-15T12:01:03Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/jH2SKMsuNnU",
"published": "2025-02-15T12:01:03Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
gotosocial
{
"id": "01JM4Q5B18K00SKP1JWYZ6240Y",
"created_at": "2025-02-15T11:51:05.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/smNWJmcz59s",
"url": "http://pasture-one-actor/actor/smNWJmcz59s",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "<a href=\"https://funfedi.dev\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">funfedi</a>",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 120,
"last_status_at": "2025-02-15T11:51:05.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-d148-b4c2-8c93-86e5edcb2892",
"uri": "http://pasture-one-actor/actor/jH2SKMsuNnU",
"url": "http://pasture-one-actor/actor/jH2SKMsuNnU",
"created_at": "2025-02-15T12:01:03Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 116,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<a href=\"https://funfedi.dev\" rel=\"noopener\">funfedi</a><p><a href=\"http://pasture-one-actor/actor/jH2SKMsuNnU\" rel=\"noopener\">http://pasture-one-actor/actor/jH2SKMsuNnU</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/VT9nUIIts88",
"published": "2025-02-15T12:01:04Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/CpCy6MbhEkE",
"published": "2025-02-15T12:01:04Z",
"content": "<script>alert('hi');</script>"
}
}
gotosocial
{
"id": "01JM4Q5C0G3QW5YEVNSP934XZE",
"created_at": "2025-02-15T11:51:06.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/rltfY7pspSU",
"url": "http://pasture-one-actor/actor/rltfY7pspSU",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 121,
"last_status_at": "2025-02-15T11:51:06.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-d719-fd94-bb2b-9283ef3664ef",
"uri": "http://pasture-one-actor/actor/CpCy6MbhEkE",
"url": "http://pasture-one-actor/actor/CpCy6MbhEkE",
"created_at": "2025-02-15T12:01:04Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 117,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<p><a href=\"http://pasture-one-actor/actor/CpCy6MbhEkE\" rel=\"noopener\">http://pasture-one-actor/actor/CpCy6MbhEkE</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/nJ_GYrR2Coo",
"published": "2025-02-15T12:01:06Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/XLrrv96Ildc",
"published": "2025-02-15T12:01:06Z",
"content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
gotosocial
{
"id": "01JM4Q5CZRPQA04MTBFP1T8A0W",
"created_at": "2025-02-15T11:51:07.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/tb_ptq-ZdwQ",
"url": "http://pasture-one-actor/actor/tb_ptq-ZdwQ",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 122,
"last_status_at": "2025-02-15T11:51:07.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-dd05-f5fe-3923-0faee4a57b7f",
"uri": "http://pasture-one-actor/actor/XLrrv96Ildc",
"url": "http://pasture-one-actor/actor/XLrrv96Ildc",
"created_at": "2025-02-15T12:01:06Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 118,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "http://pasture-one-actor/assets/nlnet.png<p><a href=\"http://pasture-one-actor/actor/XLrrv96Ildc\" rel=\"noopener\">http://pasture-one-actor/actor/XLrrv96Ildc</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/zb5T4K9bY1E",
"published": "2025-02-15T12:01:07Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/VVkV_EjC9zM",
"published": "2025-02-15T12:01:07Z",
"content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
}
}
gotosocial
{
"id": "01JM4Q5CZRMAY8QN6S4E7N10Z5",
"created_at": "2025-02-15T11:51:07.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/t_Dj5SMtUDY",
"url": "http://pasture-one-actor/actor/t_Dj5SMtUDY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "wbr: Fernstra\u00dfen<wbr>bau<wbr>privat<wbr>finanzierungs<wbr>gesetz",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 123,
"last_status_at": "2025-02-15T11:51:07.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-e2d1-cb4f-06de-770d164ee804",
"uri": "http://pasture-one-actor/actor/VVkV_EjC9zM",
"url": "http://pasture-one-actor/actor/VVkV_EjC9zM",
"created_at": "2025-02-15T12:01:07Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 119,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "wbr: Fernstra\u00dfen<wbr>bau<wbr>privat<wbr>finanzierungs<wbr>gesetz<p><a href=\"http://pasture-one-actor/actor/VVkV_EjC9zM\" rel=\"noopener\">http://pasture-one-actor/actor/VVkV_EjC9zM</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/hNT_IPBqQcg",
"published": "2025-02-15T12:01:08Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/PnjCT_0BGD8",
"published": "2025-02-15T12:01:08Z",
"content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
}
}
gotosocial
{
"id": "01JM4Q5DZ0FC8SJTBWETCQJG1N",
"created_at": "2025-02-15T11:51:08.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/QntPRgQ9jXo",
"url": "http://pasture-one-actor/actor/QntPRgQ9jXo",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Audio",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 124,
"last_status_at": "2025-02-15T11:51:08.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-e8b2-1b4d-7adc-ac1acd14c62a",
"uri": "http://pasture-one-actor/actor/PnjCT_0BGD8",
"url": "http://pasture-one-actor/actor/PnjCT_0BGD8",
"created_at": "2025-02-15T12:01:08Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 120,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Audio <p><a href=\"http://pasture-one-actor/actor/PnjCT_0BGD8\" rel=\"noopener\">http://pasture-one-actor/actor/PnjCT_0BGD8</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/DSQZqOyxbxg",
"published": "2025-02-15T12:01:10Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/-EItaJtcMkY",
"published": "2025-02-15T12:01:10Z",
"content": "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>"
}
}
gotosocial
{
"id": "01JM4Q5EY8RNT49Y634TPPNHC6",
"created_at": "2025-02-15T11:51:09.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/7CfZCcO5rBI",
"url": "http://pasture-one-actor/actor/7CfZCcO5rBI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Video\nVideo of a cow eating",
"reblog": null,
"account": {
"id": "01JM4Q0JSSGZ5ZVQKH9ZP4S8D8",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-02-15T11:48:29.127Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 125,
"last_status_at": "2025-02-15T11:51:09.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01D7RQJ29VBSRM705B1DQFH2BK",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
mitra
{
"id": "0195097b-ee95-c0d9-ed3a-0b07eb4a8020",
"uri": "http://pasture-one-actor/actor/-EItaJtcMkY",
"url": "http://pasture-one-actor/actor/-EItaJtcMkY",
"created_at": "2025-02-15T12:01:10Z",
"edited_at": null,
"account": {
"id": "01950978-00ec-3a83-cf0d-d27b51b74e38",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2025-02-15T11:56:54.380308Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 121,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Video \n \n Video of a cow eating<p><a href=\"http://pasture-one-actor/actor/-EItaJtcMkY\" rel=\"noopener\">http://pasture-one-actor/actor/-EItaJtcMkY</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"poll": null,
"media_attachments": [],
"mentions": [
{
"id": "01950976-b161-9017-c1f2-e3ad9ff7e58f",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}