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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/LFsEI3guZ-I",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/h2okZvJvOMw",
"published": "2024-03-06T17:57:41Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#test"
}
}
}
sharkey
{
"id": "9qjo1m2wpbvn002k",
"uri": "http://pasture_one_actor/actor/h2okZvJvOMw",
"url": "http://pasture_one_actor/actor/h2okZvJvOMw",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 71,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:57:41.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "test",
"url": "http://sharkey/tags/test"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/HPGAvwRaw5o",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/zAYRpXcwiVA",
"published": "2024-03-06T17:57:43Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "nohash"
}
}
}
sharkey
{
"id": "9qjo1nmgpbvn002m",
"uri": "http://pasture_one_actor/actor/zAYRpXcwiVA",
"url": "http://pasture_one_actor/actor/zAYRpXcwiVA",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 72,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:57:43.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/4Rgo5k4e518",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/IdRb2VQWcCc",
"published": "2024-03-06T17:57:46Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with-dash_under"
}
}
}
sharkey
{
"id": "9qjo1pxspbvn002n",
"uri": "http://pasture_one_actor/actor/IdRb2VQWcCc",
"url": "http://pasture_one_actor/actor/IdRb2VQWcCc",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 73,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:57:46.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "with-dash_under",
"url": "http://sharkey/tags/with-dash_under"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/ljgdk5QsdtQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/y132q2N4mNA",
"published": "2024-03-06T17:57:48Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with white space"
}
}
}
sharkey
{
"id": "9qjo1rhcpbvn002p",
"uri": "http://pasture_one_actor/actor/y132q2N4mNA",
"url": "http://pasture_one_actor/actor/y132q2N4mNA",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 74,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:57:48.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "with white space",
"url": "http://sharkey/tags/with white space"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/fRyfJ2g9Rp4",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/axJ4hbyKOQw",
"published": "2024-03-06T17:57:50Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with(subtag)"
}
}
}
sharkey
{
"id": "9qjo1t0wpbvn002r",
"uri": "http://pasture_one_actor/actor/axJ4hbyKOQw",
"url": "http://pasture_one_actor/actor/axJ4hbyKOQw",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 75,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:57:50.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "with(subtag)",
"url": "http://sharkey/tags/with(subtag)"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/oRzXefzsLIQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/VTDozOFoVDs",
"published": "2024-03-06T17:57:52Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with123"
}
}
}
sharkey
{
"id": "9qjo1ukgpbvn002t",
"uri": "http://pasture_one_actor/actor/VTDozOFoVDs",
"url": "http://pasture_one_actor/actor/VTDozOFoVDs",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 76,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:57:52.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "with123",
"url": "http://sharkey/tags/with123"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/X6-qzDq9zK4",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/Y1MfMSYVAcg",
"published": "2024-03-06T17:57:54Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#1234"
}
}
}
sharkey
{
"id": "9qjo1w40pbvn002v",
"uri": "http://pasture_one_actor/actor/Y1MfMSYVAcg",
"url": "http://pasture_one_actor/actor/Y1MfMSYVAcg",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 77,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:57:54.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "1234",
"url": "http://sharkey/tags/1234"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/pLuIqZ0_YEg",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/P0ow-3KZmyY",
"published": "2024-03-06T17:57:56Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#CamelCase"
}
}
}
sharkey
{
"id": "9qjo1xnkpbvn002x",
"uri": "http://pasture_one_actor/actor/P0ow-3KZmyY",
"url": "http://pasture_one_actor/actor/P0ow-3KZmyY",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 78,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:57:56.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "camelcase",
"url": "http://sharkey/tags/camelcase"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/MwkWgoFl3HQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/YlpsFkYpWGk",
"published": "2024-03-06T17:57:59Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u00fcml\u00e4\u00fct\u00df"
}
}
}
sharkey
{
"id": "9qjo1zywpbvn002z",
"uri": "http://pasture_one_actor/actor/YlpsFkYpWGk",
"url": "http://pasture_one_actor/actor/YlpsFkYpWGk",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 79,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:57:59.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "\u00fcml\u00e4\u00fct\u00df",
"url": "http://sharkey/tags/\u00fcml\u00e4\u00fct\u00df"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/v41z-t4K79o",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/WP41ys9n2Mo",
"published": "2024-03-06T17:58:01Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\ud83d\udc04"
}
}
}
sharkey
{
"id": "9qjo21igpbvn0031",
"uri": "http://pasture_one_actor/actor/WP41ys9n2Mo",
"url": "http://pasture_one_actor/actor/WP41ys9n2Mo",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 80,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:58:01.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "\ud83d\udc04",
"url": "http://sharkey/tags/\ud83d\udc04"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/BGkUbnCpDmw",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/YhzO2keZ4QY",
"published": "2024-03-06T17:58:03Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u2764\ufe0f"
}
}
}
sharkey
{
"id": "9qjo2320pbvn0033",
"uri": "http://pasture_one_actor/actor/YhzO2keZ4QY",
"url": "http://pasture_one_actor/actor/YhzO2keZ4QY",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 81,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:58:03.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "\u2764\ufe0f",
"url": "http://sharkey/tags/\u2764\ufe0f"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/e2dJlLWLS3o",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/x_z4BLSg5ZI",
"published": "2024-03-06T17:58:05Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u725b"
}
}
}
sharkey
{
"id": "9qjo24lkpbvn0035",
"uri": "http://pasture_one_actor/actor/x_z4BLSg5ZI",
"url": "http://pasture_one_actor/actor/x_z4BLSg5ZI",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 82,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:58:05.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "\u725b",
"url": "http://sharkey/tags/\u725b"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/aXoJlG59yJs",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/eBfrH0lBPPA",
"published": "2024-03-06T17:58:07Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#test",
"url": "https://ignore.example"
}
}
}
sharkey
{
"id": "9qjo2654pbvn0037",
"uri": "http://pasture_one_actor/actor/eBfrH0lBPPA",
"url": "http://pasture_one_actor/actor/eBfrH0lBPPA",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 83,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:58:07.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [
{
"name": "test",
"url": "http://sharkey/tags/test"
}
],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/-2PoA1Q-ij4",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/1NhfsAQUrZY",
"published": "2024-03-06T17:58:10Z",
"content": "text",
"tag": {
"type": "as:Hashtag",
"name": "#test"
}
}
}
sharkey
{
"id": "9qjo28ggpbvn0038",
"uri": "http://pasture_one_actor/actor/1NhfsAQUrZY",
"url": "http://pasture_one_actor/actor/1NhfsAQUrZY",
"account": {
"id": "9qjnxfoapbvn0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-06T17:54:26.074Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 84,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>text</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "text",
"created_at": "2024-03-06T17:58:10.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/Y8Ajnuv60pw",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qjnvr5wi3ew0001"
],
"id": "http://pasture_one_actor/actor/-OtosfqS2-k",
"published": "2024-03-06T17:58:12Z",
"content": "text",
"tag": {
"name": "#test"
}
}
}
no result