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/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/eBDTMSBSKjw",
"published": "2025-09-09T11:47:49Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/5aE6uGFtQq4",
"published": "2025-09-09T11:47:49Z",
"content": "text",
"sensitive": true
}
}
misskey
{
"id": "acg1w6mgvoex001e",
"createdAt": "2025-09-09T11:47:49.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"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/object/5aE6uGFtQq4",
"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/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/wlvsBNUeBsY",
"published": "2025-09-09T11:47:50Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/8ZwMQ-bJbF0",
"published": "2025-09-09T11:47:50Z",
"content": "text",
"summary": "summary"
}
}
misskey
{
"id": "acg1w7e8voex001f",
"createdAt": "2025-09-09T11:47:50.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"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/object/8ZwMQ-bJbF0",
"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/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/gaceld4R7QY",
"published": "2025-09-09T11:47:51Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/Eaqd0Ardfos",
"published": "2025-09-09T11:47:51Z",
"content": "text",
"summary": "summary",
"sensitive": true
}
}
misskey
{
"id": "acg1w860voex001g",
"createdAt": "2025-09-09T11:47:51.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"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/object/Eaqd0Ardfos",
"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/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/F1Cyl2ZO6W8",
"published": "2025-09-09T11:47:51Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/O2zruAbLLTU",
"published": "2025-09-09T11:47:51Z",
"content": "see image",
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w001.png"
}
}
}
misskey
{
"id": "acg1w860voex001i",
"createdAt": "2025-09-09T11:47:51.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"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": [
"acg1w8xjvoex001h"
],
"files": [
{
"id": "acg1w8xjvoex001h",
"createdAt": "2025-09-09T11:47:51.991Z",
"name": "w001.png",
"type": "image/png",
"md5": "665700328c5e73c79ed49a00bfb2740d",
"size": 0,
"isSensitive": true,
"blurhash": "e06acgxgfQxgfQxgjufQjufQfQfQfQfQfQxgjufQjufQfQfQfQfQfQ",
"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": "acg1vki1voex0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/O2zruAbLLTU",
"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/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/eYD8cIzaCGA",
"published": "2025-09-09T11:47:52Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/TGTilLLKyoA",
"published": "2025-09-09T11:47:52Z",
"content": "see image",
"sensitive": true,
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w002.png"
}
}
}
misskey
{
"id": "acg1w8xsvoex001k",
"createdAt": "2025-09-09T11:47:52.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"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": [
"acg1w9cfvoex001j"
],
"files": [
{
"id": "acg1w9cfvoex001j",
"createdAt": "2025-09-09T11:47:52.527Z",
"name": "w002.png",
"type": "image/png",
"md5": "c703961e9be6285b9e62c1301485d995",
"size": 0,
"isSensitive": true,
"blurhash": "e3AkpPswfQswfQswfRfQfRfQfQfQfQfQfQswfRfQfRfQfQfQfQfQfQ",
"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": "acg1vki1voex0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/TGTilLLKyoA",
"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/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/prNjBpkK-d4",
"published": "2025-09-09T11:47:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/G2BbRC4KE2g",
"published": "2025-09-09T11:47:53Z",
"content": "see image",
"attachment": {
"content": "content",
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w003.png"
}
}
}
misskey
{
"id": "acg1w9pkvoex001m",
"createdAt": "2025-09-09T11:47:53.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"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": [
"acg1w9v6voex001l"
],
"files": [
{
"id": "acg1w9v6voex001l",
"createdAt": "2025-09-09T11:47:53.202Z",
"name": "w003.png",
"type": "image/png",
"md5": "775c6f69bce8967afefe5b39a9de63f3",
"size": 0,
"isSensitive": true,
"blurhash": "e4A?k6ugfQugfQugfkfQfkfQfQfQfQfQfQugfkfQfkfQfQfQfQfQfQ",
"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": "acg1vki1voex0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/G2BbRC4KE2g",
"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/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/activity/bC4jPn5br38",
"published": "2025-09-09T11:47:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/acg1try90vrs0003"
],
"id": "http://pasture-one-actor/object/rK8xaFwBHzw",
"published": "2025-09-09T11:47:53Z",
"content": "see image",
"attachment": {
"type": "Image",
"summary": "summary",
"sensitive": true,
"url": "http://pasture-one-actor/images/w004.png"
}
}
}
misskey
{
"id": "acg1w9pkvoex001o",
"createdAt": "2025-09-09T11:47:53.000Z",
"userId": "acg1vki1voex0003",
"user": {
"id": "acg1vki1voex0003",
"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": [
"acg1waeivoex001n"
],
"files": [
{
"id": "acg1waeivoex001n",
"createdAt": "2025-09-09T11:47:53.898Z",
"name": "w004.png",
"type": "image/png",
"md5": "cd3a606129deb81198b37f6b69e2517e",
"size": 0,
"isSensitive": true,
"blurhash": "e2IGgy?:fQ?:fQ?:j@fQj@fQfQfQfQfQfQ?:j@fQj@fQfQfQfQfQfQ",
"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": "acg1vki1voex0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/rK8xaFwBHzw",
"clippedCount": 0
}