Content Warnings¶
Content Warnings are set using sensitive, then summary seems to be used as a spoiler text.
The last three examples are an attempt to add a content warning to an image.
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/4kK0CCPJTw0",
"published": "2024-10-30T16:23: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/tUYcWAshODw",
"published": "2024-10-30T16:23:18Z",
"content": "text",
"sensitive": true
}
}
misskey
{
"id": "9zzngz5c0vqn000g",
"createdAt": "2024-10-30T16:23: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/tUYcWAshODw",
"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/FopqPcYaFko",
"published": "2024-10-30T16:23:19Z",
"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/bfrFZ8y0q7U",
"published": "2024-10-30T16:23:19Z",
"content": "text",
"summary": "summary"
}
}
misskey
{
"id": "9zzngzx40vqn000h",
"createdAt": "2024-10-30T16:23:19.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": "summary",
"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/bfrFZ8y0q7U",
"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/9mw9nchrCH8",
"published": "2024-10-30T16:23:20Z",
"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/OoFJj1fhF9k",
"published": "2024-10-30T16:23:20Z",
"content": "text",
"summary": "summary",
"sensitive": true
}
}
misskey
{
"id": "9zznh0ow0vqn000i",
"createdAt": "2024-10-30T16:23:20.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": "summary",
"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/OoFJj1fhF9k",
"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/c9q0VEcat68",
"published": "2024-10-30T16:23:20Z",
"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/KcF723lg1Qo",
"published": "2024-10-30T16:23:20Z",
"content": "see image",
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w001.png"
}
}
}
misskey
{
"id": "9zznh0ow0vqn000k",
"createdAt": "2024-10-30T16:23:20.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": "see image",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9zznh1mi0vqn000j"
],
"files": [
{
"id": "9zznh1mi0vqn000j",
"createdAt": "2024-10-30T16:23:21.210Z",
"name": "w001.png",
"type": "image/png",
"md5": "28a023cc966e8933d802680732c1829b",
"size": 0,
"isSensitive": true,
"blurhash": "e0F={$~qfQ~qfQ~qj[fQj[fQfQfQfQfQfQ~qj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/w001.png",
"thumbnailUrl": "http://pasture-one-actor/images/w001.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "9zzngtjx0vqn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/KcF723lg1Qo",
"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/qVvkBp1IW3M",
"published": "2024-10-30T16:23:21Z",
"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/n724tNinuvk",
"published": "2024-10-30T16:23:21Z",
"content": "see image",
"sensitive": true,
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w002.png"
}
}
}
misskey
{
"id": "9zznh1go0vqn000m",
"createdAt": "2024-10-30T16:23:21.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": "see image",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9zznh26a0vqn000l"
],
"files": [
{
"id": "9zznh26a0vqn000l",
"createdAt": "2024-10-30T16:23:21.922Z",
"name": "w002.png",
"type": "image/png",
"md5": "92f581a23e8b13eb4e3fe0d86a47cae8",
"size": 0,
"isSensitive": true,
"blurhash": "e3Bv@8x4fQx4fQx4fRfQfRfQfQfQfQfQfQx4fRfQfRfQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/w002.png",
"thumbnailUrl": "http://pasture-one-actor/images/w002.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "9zzngtjx0vqn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/n724tNinuvk",
"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/gshFoH7wJWM",
"published": "2024-10-30T16:23:22Z",
"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/exbnKjhKX5Y",
"published": "2024-10-30T16:23:22Z",
"content": "see image",
"attachment": {
"content": "content",
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w003.png"
}
}
}
misskey
{
"id": "9zznh28g0vqn000o",
"createdAt": "2024-10-30T16:23:22.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": "see image",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9zznh2q00vqn000n"
],
"files": [
{
"id": "9zznh2q00vqn000n",
"createdAt": "2024-10-30T16:23:22.632Z",
"name": "w003.png",
"type": "image/png",
"md5": "bc0ced43571fd362f1e9b7a5e9f43f2f",
"size": 0,
"isSensitive": true,
"blurhash": "e4NL|y?[fQ?[fQ?[j[fQj[fQfQfQfQfQfQ?[j[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/w003.png",
"thumbnailUrl": "http://pasture-one-actor/images/w003.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "9zzngtjx0vqn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/exbnKjhKX5Y",
"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/lAv66kuaGQw",
"published": "2024-10-30T16:23:23Z",
"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/c8FXENpthuM",
"published": "2024-10-30T16:23:23Z",
"content": "see image",
"attachment": {
"type": "Image",
"summary": "summary",
"sensitive": true,
"url": "http://pasture-one-actor/images/w004.png"
}
}
}
misskey
{
"id": "9zznh3080vqn000q",
"createdAt": "2024-10-30T16:23:23.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": "see image",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9zznh39u0vqn000p"
],
"files": [
{
"id": "9zznh39u0vqn000p",
"createdAt": "2024-10-30T16:23:23.346Z",
"name": "w004.png",
"type": "image/png",
"md5": "81fdfba26937cdeb4696227031ce8ba3",
"size": 0,
"isSensitive": true,
"blurhash": "e2NXPm}2fQ}2fQ}2jufQjufQfQfQfQfQfQ}2jufQjufQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/w004.png",
"thumbnailUrl": "http://pasture-one-actor/images/w004.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "9zzngtjx0vqn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/c8FXENpthuM",
"clippedCount": 0
}