Hashtags¶
The following mostly illustrates how the name of a hashtag gets transformed by the applications. The input has the form
"tag": {"type": "Hashtag", "name": "${tag}"}
The last two examples illustrate more technical behavior.
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/kO4XemziKNc",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Mkep-iHWm6Y",
"published": "2024-08-03T15:46:04Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#test"
}
}
}
mitra
{
"id": "019118eb-61b6-ada7-06a3-492f1baaf30f",
"uri": "http://pasture-one-actor/actor/Mkep-iHWm6Y",
"url": null,
"created_at": "2024-08-03T15:46:04Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 82,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [
{
"name": "test",
"url": "http://mitra/collections/tags/test"
}
],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/z1dTgawXLO4",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/wSl9eLTctN4",
"published": "2024-08-03T15:46:04Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "nohash"
}
}
}
mitra
{
"id": "019118eb-678f-dd83-6a7e-6924079b87ff",
"uri": "http://pasture-one-actor/actor/wSl9eLTctN4",
"url": null,
"created_at": "2024-08-03T15:46:04Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 83,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [
{
"name": "nohash",
"url": "http://mitra/collections/tags/nohash"
}
],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/jxeR1Xg--s0",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/0YP7xpQV7Q0",
"published": "2024-08-03T15:46:06Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with-dash_under"
}
}
}
mitra
{
"id": "019118eb-6d71-94d8-9c1c-c4b963c1837f",
"uri": "http://pasture-one-actor/actor/0YP7xpQV7Q0",
"url": null,
"created_at": "2024-08-03T15:46:06Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 84,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/AQuuc8jfXKU",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/ww_fG4WfCVo",
"published": "2024-08-03T15:46:08Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with white space"
}
}
}
mitra
{
"id": "019118eb-734e-7e8d-7a81-0c0453233d00",
"uri": "http://pasture-one-actor/actor/ww_fG4WfCVo",
"url": null,
"created_at": "2024-08-03T15:46:08Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 85,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/v63KQ4lSW00",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Qm7wf7jOwyo",
"published": "2024-08-03T15:46:09Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with(subtag)"
}
}
}
mitra
{
"id": "019118eb-7919-8342-0ce8-3ec525520e87",
"uri": "http://pasture-one-actor/actor/Qm7wf7jOwyo",
"url": null,
"created_at": "2024-08-03T15:46:09Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 86,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/-OZ0JSinX30",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/VvO_7NIkRKQ",
"published": "2024-08-03T15:46:11Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with123"
}
}
}
mitra
{
"id": "019118eb-7f01-1072-1953-5f462848ff00",
"uri": "http://pasture-one-actor/actor/VvO_7NIkRKQ",
"url": null,
"created_at": "2024-08-03T15:46:11Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 87,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [
{
"name": "with123",
"url": "http://mitra/collections/tags/with123"
}
],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/UW4D_ufySLo",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/3U4smOH0-tI",
"published": "2024-08-03T15:46:12Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#1234"
}
}
}
mitra
{
"id": "019118eb-84db-d8ff-1a15-315edc10260f",
"uri": "http://pasture-one-actor/actor/3U4smOH0-tI",
"url": null,
"created_at": "2024-08-03T15:46:12Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 88,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [
{
"name": "1234",
"url": "http://mitra/collections/tags/1234"
}
],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/oB2jgpH7La8",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/mIvqvLdAqCo",
"published": "2024-08-03T15:46:14Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#CamelCase"
}
}
}
mitra
{
"id": "019118eb-8ab8-0807-c50b-c36393623de1",
"uri": "http://pasture-one-actor/actor/mIvqvLdAqCo",
"url": null,
"created_at": "2024-08-03T15:46:14Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 89,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [
{
"name": "camelcase",
"url": "http://mitra/collections/tags/camelcase"
}
],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/DGxxKKOQHHU",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/hXuBGIlyCxY",
"published": "2024-08-03T15:46:15Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u00fcml\u00e4\u00fct\u00df"
}
}
}
mitra
{
"id": "019118eb-9097-92d6-faec-6fce3904e212",
"uri": "http://pasture-one-actor/actor/hXuBGIlyCxY",
"url": null,
"created_at": "2024-08-03T15:46:15Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 90,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [
{
"name": "\u00fcml\u00e4\u00fct\u00df",
"url": "http://mitra/collections/tags/%C3%BCml%C3%A4%C3%BCt%C3%9F"
}
],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/7GPQSSrqblY",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/75cozeNB20E",
"published": "2024-08-03T15:46:17Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\ud83d\udc04"
}
}
}
mitra
{
"id": "019118eb-966d-0707-a0e9-90503ea6b671",
"uri": "http://pasture-one-actor/actor/75cozeNB20E",
"url": null,
"created_at": "2024-08-03T15:46:17Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 91,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/j8TZiowNsyI",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/tn643Wp02PU",
"published": "2024-08-03T15:46:18Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u2764\ufe0f"
}
}
}
mitra
{
"id": "019118eb-9c3c-fe03-54e7-3f9143b2a4f1",
"uri": "http://pasture-one-actor/actor/tn643Wp02PU",
"url": null,
"created_at": "2024-08-03T15:46:18Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"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": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/0EO6ftELeqA",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/-KnEGR47RLI",
"published": "2024-08-03T15:46:20Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u725b"
}
}
}
mitra
{
"id": "019118eb-a21d-c1f9-42dc-a331b85f073b",
"uri": "http://pasture-one-actor/actor/-KnEGR47RLI",
"url": null,
"created_at": "2024-08-03T15:46:20Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"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": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [
{
"name": "\u725b",
"url": "http://mitra/collections/tags/%E7%89%9B"
}
],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/ufNIM9-SHTQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Kdd3k_BSrao",
"published": "2024-08-03T15:46:21Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#test",
"url": "https://ignore.example"
}
}
}
mitra
{
"id": "019118eb-a805-7ee9-fe99-21d884efbd79",
"uri": "http://pasture-one-actor/actor/Kdd3k_BSrao",
"url": null,
"created_at": "2024-08-03T15:46:21Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"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": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [
{
"name": "test",
"url": "http://mitra/collections/tags/test"
}
],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/jPHl447hILw",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/R_k4zzwo-Lk",
"published": "2024-08-03T15:46:23Z",
"content": "text",
"tag": {
"type": "as:Hashtag",
"name": "#test"
}
}
}
mitra
{
"id": "019118eb-adde-a278-092e-5efde19f5257",
"uri": "http://pasture-one-actor/actor/R_k4zzwo-Lk",
"url": null,
"created_at": "2024-08-03T15:46:23Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"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": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/J8VRBcCQKKc",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/Ba6SC6hRzZ4",
"published": "2024-08-03T15:46:24Z",
"content": "text",
"tag": {
"name": "#test"
}
}
}
mitra
{
"id": "019118eb-b3bc-3780-20f4-147ac391f02e",
"uri": "http://pasture-one-actor/actor/Ba6SC6hRzZ4",
"url": null,
"created_at": "2024-08-03T15:46:24Z",
"edited_at": null,
"account": {
"id": "019118e7-ded9-7460-3eab-e229fb6ef7d0",
"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-08-03T15:42:14.744767Z",
"note": "",
"avatar": null,
"header": null,
"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": "text",
"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,
"media_attachments": [],
"mentions": [
{
"id": "019118e6-d690-71d3-ff0d-fec253e88c18",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [
{
"name": "test",
"url": "http://mitra/collections/tags/test"
}
],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}