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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/ybWKjdOP6Nc",
"published": "2024-12-31T10:10: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/eBJfok4fAVM",
"published": "2024-12-31T10:10:27Z",
"content": "<b>bold</b>"
}
}
mitra
{
"id": "01941c32-0840-9f49-f696-c51411a0f7c0",
"uri": "http://pasture-one-actor/actor/eBJfok4fAVM",
"url": "http://pasture-one-actor/actor/eBJfok4fAVM",
"created_at": "2024-12-31T10:10:27Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/eBJfok4fAVM\" rel=\"noopener\">http://pasture-one-actor/actor/eBJfok4fAVM</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/fTFsYsAqdNg",
"published": "2024-12-31T10:10: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/DTG1gbuRxMw",
"published": "2024-12-31T10:10:28Z",
"content": "<strong>strong</strong>"
}
}
mitra
{
"id": "01941c32-0e12-c49e-b2d5-99a79886e016",
"uri": "http://pasture-one-actor/actor/DTG1gbuRxMw",
"url": "http://pasture-one-actor/actor/DTG1gbuRxMw",
"created_at": "2024-12-31T10:10:28Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/DTG1gbuRxMw\" rel=\"noopener\">http://pasture-one-actor/actor/DTG1gbuRxMw</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/fg2r71hWBFQ",
"published": "2024-12-31T10:10: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/kVLoV1qGP3M",
"published": "2024-12-31T10:10:30Z",
"content": "<i>italic</i>"
}
}
mitra
{
"id": "01941c32-13ef-3ac4-0c9b-259a9521aec8",
"uri": "http://pasture-one-actor/actor/kVLoV1qGP3M",
"url": "http://pasture-one-actor/actor/kVLoV1qGP3M",
"created_at": "2024-12-31T10:10:30Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/kVLoV1qGP3M\" rel=\"noopener\">http://pasture-one-actor/actor/kVLoV1qGP3M</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Lnf52TyG27w",
"published": "2024-12-31T10:10: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/dwv6fc3QFJ4",
"published": "2024-12-31T10:10:31Z",
"content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
}
}
mitra
{
"id": "01941c32-19cd-bda6-4150-0794dae316b1",
"uri": "http://pasture-one-actor/actor/dwv6fc3QFJ4",
"url": "http://pasture-one-actor/actor/dwv6fc3QFJ4",
"created_at": "2024-12-31T10:10:31Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/dwv6fc3QFJ4\" rel=\"noopener\">http://pasture-one-actor/actor/dwv6fc3QFJ4</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/6Z0FkFiykpI",
"published": "2024-12-31T10:10: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/N7C1uyw59eI",
"published": "2024-12-31T10:10:33Z",
"content": "<em>emphasis</em>"
}
}
mitra
{
"id": "01941c32-1fab-1bf2-42bc-06e22e597e7e",
"uri": "http://pasture-one-actor/actor/N7C1uyw59eI",
"url": "http://pasture-one-actor/actor/N7C1uyw59eI",
"created_at": "2024-12-31T10:10:33Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/N7C1uyw59eI\" rel=\"noopener\">http://pasture-one-actor/actor/N7C1uyw59eI</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/KSaHP4CJZUc",
"published": "2024-12-31T10:10: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/UbxhP2P8YCk",
"published": "2024-12-31T10:10:34Z",
"content": "<del>old</del><ins>new</ins>"
}
}
mitra
{
"id": "01941c32-2589-4173-f657-73bdf70ced36",
"uri": "http://pasture-one-actor/actor/UbxhP2P8YCk",
"url": "http://pasture-one-actor/actor/UbxhP2P8YCk",
"created_at": "2024-12-31T10:10:34Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/UbxhP2P8YCk\" rel=\"noopener\">http://pasture-one-actor/actor/UbxhP2P8YCk</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/uVEMIc8xnCQ",
"published": "2024-12-31T10:10: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/oepgjzFUTNY",
"published": "2024-12-31T10:10:36Z",
"content": "<s>stricken</s>"
}
}
mitra
{
"id": "01941c32-2b66-79fb-7327-c28c0a3f9054",
"uri": "http://pasture-one-actor/actor/oepgjzFUTNY",
"url": "http://pasture-one-actor/actor/oepgjzFUTNY",
"created_at": "2024-12-31T10:10:36Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/oepgjzFUTNY\" rel=\"noopener\">http://pasture-one-actor/actor/oepgjzFUTNY</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/iBaQqvkXrDA",
"published": "2024-12-31T10:10: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/dx3i9XCYCtg",
"published": "2024-12-31T10:10:37Z",
"content": "<mark>mark</mark>"
}
}
mitra
{
"id": "01941c32-313f-a266-5f37-383becbb076f",
"uri": "http://pasture-one-actor/actor/dx3i9XCYCtg",
"url": "http://pasture-one-actor/actor/dx3i9XCYCtg",
"created_at": "2024-12-31T10:10:37Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/dx3i9XCYCtg\" rel=\"noopener\">http://pasture-one-actor/actor/dx3i9XCYCtg</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/MCRBBDaNf_g",
"published": "2024-12-31T10:10: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/cxr5G3IddNA",
"published": "2024-12-31T10:10:39Z",
"content": "find <var>x</var> (a variable)"
}
}
mitra
{
"id": "01941c32-371f-d27b-8cb5-0cf6c721d380",
"uri": "http://pasture-one-actor/actor/cxr5G3IddNA",
"url": "http://pasture-one-actor/actor/cxr5G3IddNA",
"created_at": "2024-12-31T10:10:39Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/cxr5G3IddNA\" rel=\"noopener\">http://pasture-one-actor/actor/cxr5G3IddNA</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/OD38Htkadfk",
"published": "2024-12-31T10:10: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/KZUkT5-sbFo",
"published": "2024-12-31T10:10:40Z",
"content": "<ol><li>ordered</li></ol>"
}
}
mitra
{
"id": "01941c32-3cfb-a782-a9aa-779d7a441269",
"uri": "http://pasture-one-actor/actor/KZUkT5-sbFo",
"url": "http://pasture-one-actor/actor/KZUkT5-sbFo",
"created_at": "2024-12-31T10:10:40Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/KZUkT5-sbFo\" rel=\"noopener\">http://pasture-one-actor/actor/KZUkT5-sbFo</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/WhO4uuKppw4",
"published": "2024-12-31T10:10: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/01B2PMGsV6k",
"published": "2024-12-31T10:10:42Z",
"content": "<ul><li>unordered</li></ul>"
}
}
mitra
{
"id": "01941c32-42cf-202a-7e02-ff3c6a9b5103",
"uri": "http://pasture-one-actor/actor/01B2PMGsV6k",
"url": "http://pasture-one-actor/actor/01B2PMGsV6k",
"created_at": "2024-12-31T10:10:42Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/01B2PMGsV6k\" rel=\"noopener\">http://pasture-one-actor/actor/01B2PMGsV6k</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/SFYWrmw_lCE",
"published": "2024-12-31T10:10: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/ldxT1p_tu0s",
"published": "2024-12-31T10:10:43Z",
"content": "<h1>h1</h1>"
}
}
mitra
{
"id": "01941c32-48b8-fd67-a38b-1195be1b765e",
"uri": "http://pasture-one-actor/actor/ldxT1p_tu0s",
"url": "http://pasture-one-actor/actor/ldxT1p_tu0s",
"created_at": "2024-12-31T10:10:43Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/ldxT1p_tu0s\" rel=\"noopener\">http://pasture-one-actor/actor/ldxT1p_tu0s</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/93uQeIoqHOY",
"published": "2024-12-31T10:10: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/eBllWqJRQQk",
"published": "2024-12-31T10:10:45Z",
"content": "<h2>h2</h2>"
}
}
mitra
{
"id": "01941c32-4e8e-fa4e-b8b7-06d4fbb512bd",
"uri": "http://pasture-one-actor/actor/eBllWqJRQQk",
"url": "http://pasture-one-actor/actor/eBllWqJRQQk",
"created_at": "2024-12-31T10:10:45Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/eBllWqJRQQk\" rel=\"noopener\">http://pasture-one-actor/actor/eBllWqJRQQk</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Zy7ApVWDSio",
"published": "2024-12-31T10:10: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/c_PUUCXPq4c",
"published": "2024-12-31T10:10:46Z",
"content": "<h3>h3</h3>"
}
}
mitra
{
"id": "01941c32-546c-f457-4389-ef5eba393ef0",
"uri": "http://pasture-one-actor/actor/c_PUUCXPq4c",
"url": "http://pasture-one-actor/actor/c_PUUCXPq4c",
"created_at": "2024-12-31T10:10:46Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/c_PUUCXPq4c\" rel=\"noopener\">http://pasture-one-actor/actor/c_PUUCXPq4c</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/pdAwoHKULUA",
"published": "2024-12-31T10:10:48Z",
"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/Oy0mAAAWXiA",
"published": "2024-12-31T10:10:48Z",
"content": "<h4>h4</h4>"
}
}
mitra
{
"id": "01941c32-5a47-0df7-80e1-de260beb90d2",
"uri": "http://pasture-one-actor/actor/Oy0mAAAWXiA",
"url": "http://pasture-one-actor/actor/Oy0mAAAWXiA",
"created_at": "2024-12-31T10:10:48Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/Oy0mAAAWXiA\" rel=\"noopener\">http://pasture-one-actor/actor/Oy0mAAAWXiA</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/OQBPWrXTZGI",
"published": "2024-12-31T10:10: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/JJlIaAenHHg",
"published": "2024-12-31T10:10:49Z",
"content": "<h5>h5</h5>"
}
}
mitra
{
"id": "01941c32-6020-f3fc-05af-b5cb7bbd9b70",
"uri": "http://pasture-one-actor/actor/JJlIaAenHHg",
"url": "http://pasture-one-actor/actor/JJlIaAenHHg",
"created_at": "2024-12-31T10:10:49Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/JJlIaAenHHg\" rel=\"noopener\">http://pasture-one-actor/actor/JJlIaAenHHg</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/1Gr5ukcw0J8",
"published": "2024-12-31T10:10:51Z",
"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/gxLdc9uGdKY",
"published": "2024-12-31T10:10:51Z",
"content": "<h1>h1</h1><h2>h2</h2>"
}
}
mitra
{
"id": "01941c32-65fc-1d5a-1223-d95f4cdaef9c",
"uri": "http://pasture-one-actor/actor/gxLdc9uGdKY",
"url": "http://pasture-one-actor/actor/gxLdc9uGdKY",
"created_at": "2024-12-31T10:10:51Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/gxLdc9uGdKY\" rel=\"noopener\">http://pasture-one-actor/actor/gxLdc9uGdKY</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/kyQXsery8Cw",
"published": "2024-12-31T10:10: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/dKNmPdDf6HQ",
"published": "2024-12-31T10:10:53Z",
"content": "<code>code</code>"
}
}
mitra
{
"id": "01941c32-6bdb-7457-de43-887ebcf8a43f",
"uri": "http://pasture-one-actor/actor/dKNmPdDf6HQ",
"url": "http://pasture-one-actor/actor/dKNmPdDf6HQ",
"created_at": "2024-12-31T10:10:53Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/dKNmPdDf6HQ\" rel=\"noopener\">http://pasture-one-actor/actor/dKNmPdDf6HQ</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/ajJV6ZBf2I0",
"published": "2024-12-31T10:10:54Z",
"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/ZiDCg4c6iqs",
"published": "2024-12-31T10:10:54Z",
"content": "<pre>pre</pre>"
}
}
mitra
{
"id": "01941c32-71af-dbea-3705-fc6bbd8392d4",
"uri": "http://pasture-one-actor/actor/ZiDCg4c6iqs",
"url": "http://pasture-one-actor/actor/ZiDCg4c6iqs",
"created_at": "2024-12-31T10:10:54Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/ZiDCg4c6iqs\" rel=\"noopener\">http://pasture-one-actor/actor/ZiDCg4c6iqs</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/1BwaoaK6cXs",
"published": "2024-12-31T10:10:56Z",
"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/nOy6mL5DkQw",
"published": "2024-12-31T10:10:56Z",
"content": "line<br/>break"
}
}
mitra
{
"id": "01941c32-7794-5c17-feb8-9627cdbf7374",
"uri": "http://pasture-one-actor/actor/nOy6mL5DkQw",
"url": "http://pasture-one-actor/actor/nOy6mL5DkQw",
"created_at": "2024-12-31T10:10:56Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/nOy6mL5DkQw\" rel=\"noopener\">http://pasture-one-actor/actor/nOy6mL5DkQw</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Hs3tRk7JnkE",
"published": "2024-12-31T10:10: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/y2dBfnfFTdA",
"published": "2024-12-31T10:10:57Z",
"content": "<p>paragraph</p>"
}
}
mitra
{
"id": "01941c32-7d68-9095-b2ce-56a84ff21f6f",
"uri": "http://pasture-one-actor/actor/y2dBfnfFTdA",
"url": "http://pasture-one-actor/actor/y2dBfnfFTdA",
"created_at": "2024-12-31T10:10:57Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/y2dBfnfFTdA\" rel=\"noopener\">http://pasture-one-actor/actor/y2dBfnfFTdA</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/qM_Fl_Rcqoo",
"published": "2024-12-31T10:10: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/zlJIRCoDi5g",
"published": "2024-12-31T10:10:59Z",
"content": "<small>small</small>"
}
}
mitra
{
"id": "01941c32-834b-3c9c-c04a-0e4bb3a25fde",
"uri": "http://pasture-one-actor/actor/zlJIRCoDi5g",
"url": "http://pasture-one-actor/actor/zlJIRCoDi5g",
"created_at": "2024-12-31T10:10:59Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/zlJIRCoDi5g\" rel=\"noopener\">http://pasture-one-actor/actor/zlJIRCoDi5g</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Ibc1qeJ8Yh8",
"published": "2024-12-31T10:11:00Z",
"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/99cfLvBqViY",
"published": "2024-12-31T10:11:00Z",
"content": "<sup>sup</sup>"
}
}
mitra
{
"id": "01941c32-8926-5c34-4686-fba183ead49a",
"uri": "http://pasture-one-actor/actor/99cfLvBqViY",
"url": "http://pasture-one-actor/actor/99cfLvBqViY",
"created_at": "2024-12-31T10:11:00Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/99cfLvBqViY\" rel=\"noopener\">http://pasture-one-actor/actor/99cfLvBqViY</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/AtGU587Yq9Q",
"published": "2024-12-31T10:11:02Z",
"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/UBsycdnmc9c",
"published": "2024-12-31T10:11:02Z",
"content": "<sub>sub</sub>"
}
}
mitra
{
"id": "01941c32-8f02-2aa4-2136-cfb383516c3c",
"uri": "http://pasture-one-actor/actor/UBsycdnmc9c",
"url": "http://pasture-one-actor/actor/UBsycdnmc9c",
"created_at": "2024-12-31T10:11:02Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/UBsycdnmc9c\" rel=\"noopener\">http://pasture-one-actor/actor/UBsycdnmc9c</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/bBkS8ms2xWc",
"published": "2024-12-31T10:11: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/YvYQzwTf56s",
"published": "2024-12-31T10:11:03Z",
"content": "<a href='https://funfedi.dev'>funfedi</a>"
}
}
mitra
{
"id": "01941c32-94de-1cad-cd3f-1e0cd00599dc",
"uri": "http://pasture-one-actor/actor/YvYQzwTf56s",
"url": "http://pasture-one-actor/actor/YvYQzwTf56s",
"created_at": "2024-12-31T10:11:03Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/YvYQzwTf56s\" rel=\"noopener\">http://pasture-one-actor/actor/YvYQzwTf56s</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/E41OB6BMsbg",
"published": "2024-12-31T10:11:05Z",
"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/F1ynulCcGmc",
"published": "2024-12-31T10:11:05Z",
"content": "<script>alert('hi');</script>"
}
}
mitra
{
"id": "01941c32-9abd-8093-b8f7-9b5dd2807927",
"uri": "http://pasture-one-actor/actor/F1ynulCcGmc",
"url": "http://pasture-one-actor/actor/F1ynulCcGmc",
"created_at": "2024-12-31T10:11:05Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/F1ynulCcGmc\" rel=\"noopener\">http://pasture-one-actor/actor/F1ynulCcGmc</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/xR1P0iEe400",
"published": "2024-12-31T10:11: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/g_E2It5CZfk",
"published": "2024-12-31T10:11:06Z",
"content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
}
}
mitra
{
"id": "01941c32-a090-71e7-81b7-9d15c17e7f82",
"uri": "http://pasture-one-actor/actor/g_E2It5CZfk",
"url": "http://pasture-one-actor/actor/g_E2It5CZfk",
"created_at": "2024-12-31T10:11:06Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/g_E2It5CZfk\" rel=\"noopener\">http://pasture-one-actor/actor/g_E2It5CZfk</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/xS_9Zlv09VQ",
"published": "2024-12-31T10:11: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/ctIPi3iw1qA",
"published": "2024-12-31T10:11:07Z",
"content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
}
}
mitra
{
"id": "01941c32-a672-2b61-aedc-355e782d2542",
"uri": "http://pasture-one-actor/actor/ctIPi3iw1qA",
"url": "http://pasture-one-actor/actor/ctIPi3iw1qA",
"created_at": "2024-12-31T10:11:07Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/ctIPi3iw1qA\" rel=\"noopener\">http://pasture-one-actor/actor/ctIPi3iw1qA</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/jnCLJcbL46I",
"published": "2024-12-31T10:11:09Z",
"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/9oFyBIO5cX4",
"published": "2024-12-31T10:11:09Z",
"content": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
}
}
mitra
{
"id": "01941c32-ac48-9042-e57e-44b9be250aab",
"uri": "http://pasture-one-actor/actor/9oFyBIO5cX4",
"url": "http://pasture-one-actor/actor/9oFyBIO5cX4",
"created_at": "2024-12-31T10:11:09Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/9oFyBIO5cX4\" rel=\"noopener\">http://pasture-one-actor/actor/9oFyBIO5cX4</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/HbmOPOvLgCE",
"published": "2024-12-31T10:11: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/-2yanS2NdwA",
"published": "2024-12-31T10:11: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>"
}
}
mitra
{
"id": "01941c32-b229-0b9c-d804-a10afab267fc",
"uri": "http://pasture-one-actor/actor/-2yanS2NdwA",
"url": "http://pasture-one-actor/actor/-2yanS2NdwA",
"created_at": "2024-12-31T10:11:10Z",
"edited_at": null,
"account": {
"id": "01941c2e-c9c5-c69d-2ada-9a9e22d024df",
"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": "2024-12-31T10:06:55.941313Z",
"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/-2yanS2NdwA\" rel=\"noopener\">http://pasture-one-actor/actor/-2yanS2NdwA</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": "01941c2d-babf-f7a2-4832-31f0ac5bd148",
"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": []
}