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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/jVj_eKZelhw",
"published": "2024-10-30T16:27:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/ThDZN5lGBf0",
"published": "2024-10-30T16:27:08Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#test"
}
}
}
misskey
{
"id": "9zznlwm80vqn0034",
"createdAt": "2024-10-30T16:27:08.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"test"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/ThDZN5lGBf0",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/4J3F-K_VncM",
"published": "2024-10-30T16:27:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/H3gXPbFkQBw",
"published": "2024-10-30T16:27:09Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "nohash"
}
}
}
misskey
{
"id": "9zznlxe00vqn0036",
"createdAt": "2024-10-30T16:27:09.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/H3gXPbFkQBw",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/VnQNA44tvuo",
"published": "2024-10-30T16:27:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/ybjCZ0aTNJs",
"published": "2024-10-30T16:27:10Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with-dash_under"
}
}
}
misskey
{
"id": "9zznly5s0vqn0037",
"createdAt": "2024-10-30T16:27:10.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"with-dash_under"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/ybjCZ0aTNJs",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/8rvEYZwO2dc",
"published": "2024-10-30T16:27:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/SyVEEQpwXHs",
"published": "2024-10-30T16:27:10Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with white space"
}
}
}
misskey
{
"id": "9zznly5s0vqn0039",
"createdAt": "2024-10-30T16:27:10.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"with white space"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/SyVEEQpwXHs",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/0eAKRHHE97g",
"published": "2024-10-30T16:27:11Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/8liERcLVTUs",
"published": "2024-10-30T16:27:11Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with(subtag)"
}
}
}
misskey
{
"id": "9zznlyxk0vqn003b",
"createdAt": "2024-10-30T16:27:11.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"with(subtag)"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/8liERcLVTUs",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/Tq44KovX9Wo",
"published": "2024-10-30T16:27:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/FejDfdBQnzk",
"published": "2024-10-30T16:27:12Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#with123"
}
}
}
misskey
{
"id": "9zznlzpc0vqn003d",
"createdAt": "2024-10-30T16:27:12.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"with123"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/FejDfdBQnzk",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/NXFQCRdTb0c",
"published": "2024-10-30T16:27:12Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/ITvJmaV-mA8",
"published": "2024-10-30T16:27:12Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#1234"
}
}
}
misskey
{
"id": "9zznlzpc0vqn003f",
"createdAt": "2024-10-30T16:27:12.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"1234"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/ITvJmaV-mA8",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/HOFvmNKpX74",
"published": "2024-10-30T16:27:13Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/MiPIliqL_CU",
"published": "2024-10-30T16:27:13Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#CamelCase"
}
}
}
misskey
{
"id": "9zznm0h40vqn003h",
"createdAt": "2024-10-30T16:27:13.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"camelcase"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/MiPIliqL_CU",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/u6v147cuAso",
"published": "2024-10-30T16:27:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/rKmGLTfs0MM",
"published": "2024-10-30T16:27:14Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u00fcml\u00e4\u00fct\u00df"
}
}
}
misskey
{
"id": "9zznm18w0vqn003j",
"createdAt": "2024-10-30T16:27:14.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"\u00fcml\u00e4\u00fct\u00df"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/rKmGLTfs0MM",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/6nWu_krHWRQ",
"published": "2024-10-30T16:27:14Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/ulmSmD4cnKQ",
"published": "2024-10-30T16:27:14Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\ud83d\udc04"
}
}
}
misskey
{
"id": "9zznm18w0vqn003l",
"createdAt": "2024-10-30T16:27:14.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"\ud83d\udc04"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/ulmSmD4cnKQ",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/ltxqq0oOji8",
"published": "2024-10-30T16:27:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/loX1QZ7G0ps",
"published": "2024-10-30T16:27:15Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u2764\ufe0f"
}
}
}
misskey
{
"id": "9zznm20o0vqn003n",
"createdAt": "2024-10-30T16:27:15.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"\u2764\ufe0f"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/loX1QZ7G0ps",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/NoVesD-idoQ",
"published": "2024-10-30T16:27:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/aIlbtnkqMI4",
"published": "2024-10-30T16:27:16Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#\u725b"
}
}
}
misskey
{
"id": "9zznm2sg0vqn003p",
"createdAt": "2024-10-30T16:27:16.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"\u725b"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/aIlbtnkqMI4",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/_VWWOVI43ng",
"published": "2024-10-30T16:27:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/Nlz9a3DMf1A",
"published": "2024-10-30T16:27:16Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#test",
"url": "https://ignore.example"
}
}
}
misskey
{
"id": "9zznm2sg0vqn003r",
"createdAt": "2024-10-30T16:27:16.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"tags": [
"test"
],
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Nlz9a3DMf1A",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/pKW8iKQDOCU",
"published": "2024-10-30T16:27:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/Bgy9vxFTcXI",
"published": "2024-10-30T16:27:17Z",
"content": "text",
"tag": {
"type": "as:Hashtag",
"name": "#test"
}
}
}
misskey
{
"id": "9zznm3k80vqn003s",
"createdAt": "2024-10-30T16:27:17.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Bgy9vxFTcXI",
"clippedCount": 0
}
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://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/iJI8IVlgjyY",
"published": "2024-10-30T16:27:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zznfapmb08t0001"
],
"id": "http://pasture-one-actor/actor/BwDx4fq5ugc",
"published": "2024-10-30T16:27:18Z",
"content": "text",
"tag": {
"name": "#test"
}
}
}
misskey
{
"id": "9zznm4c00vqn003t",
"createdAt": "2024-10-30T16:27:18.000Z",
"userId": "9zzngtjx0vqn0002",
"user": {
"id": "9zzngtjx0vqn0002",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "text",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/BwDx4fq5ugc",
"clippedCount": 0
}