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": [
"http://misskey/users/ac4e509pcgy40003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/p7uYFKiTnlg",
"published": "2025-09-01T07:58:52Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac4e509pcgy40003"
],
"id": "http://pasture-one-actor/object/rnBRxOPo1dk",
"published": "2025-09-01T07:58:52Z",
"content": "text",
"sensitive": true
}
}
misskey
{
"id": "ac4e6xr43xwh000u",
"createdAt": "2025-09-01T07:58:52.000Z",
"userId": "ac4e6lk83xwh0003",
"user": {
"id": "ac4e6lk83xwh0003",
"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/rnBRxOPo1dk",
"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": [
"http://misskey/users/ac4e509pcgy40003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/syMYP2VenPg",
"published": "2025-09-01T07:58:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac4e509pcgy40003"
],
"id": "http://pasture-one-actor/object/fi98hQZ9cek",
"published": "2025-09-01T07:58:53Z",
"content": "text",
"summary": "summary"
}
}
misskey
{
"id": "ac4e6yiw3xwh000v",
"createdAt": "2025-09-01T07:58:53.000Z",
"userId": "ac4e6lk83xwh0003",
"user": {
"id": "ac4e6lk83xwh0003",
"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/fi98hQZ9cek",
"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": [
"http://misskey/users/ac4e509pcgy40003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/G6H1F8nT-O0",
"published": "2025-09-01T07:58:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac4e509pcgy40003"
],
"id": "http://pasture-one-actor/object/N7iawpnh-Jw",
"published": "2025-09-01T07:58:53Z",
"content": "text",
"summary": "summary",
"sensitive": true
}
}
misskey
{
"id": "ac4e6yiw3xwh000w",
"createdAt": "2025-09-01T07:58:53.000Z",
"userId": "ac4e6lk83xwh0003",
"user": {
"id": "ac4e6lk83xwh0003",
"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/N7iawpnh-Jw",
"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": [
"http://misskey/users/ac4e509pcgy40003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/4ncZhjVgrwA",
"published": "2025-09-01T07:58:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac4e509pcgy40003"
],
"id": "http://pasture-one-actor/object/FuEejykrUvg",
"published": "2025-09-01T07:58:54Z",
"content": "see image",
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w001.png"
}
}
}
misskey
{
"id": "ac4e6zao3xwh000y",
"createdAt": "2025-09-01T07:58:54.000Z",
"userId": "ac4e6lk83xwh0003",
"user": {
"id": "ac4e6lk83xwh0003",
"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": [
"ac4e6zvy3xwh000x"
],
"files": [
{
"id": "ac4e6zvy3xwh000x",
"createdAt": "2025-09-01T07:58:54.766Z",
"name": "w001.png",
"type": "image/png",
"md5": "2ef0c16c835f630e0f8f8f9e4d74816a",
"size": 0,
"isSensitive": true,
"blurhash": "e3Ov5V^8fQ^8fQ^8jufQjufQfQfQfQfQfQ^8jufQjufQfQfQfQfQfQ",
"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": "ac4e6lk83xwh0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/FuEejykrUvg",
"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": [
"http://misskey/users/ac4e509pcgy40003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/T8poxzkrhP4",
"published": "2025-09-01T07:58:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac4e509pcgy40003"
],
"id": "http://pasture-one-actor/object/Mo7MzckHCGA",
"published": "2025-09-01T07:58:55Z",
"content": "see image",
"sensitive": true,
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w002.png"
}
}
}
misskey
{
"id": "ac4e702g3xwh0010",
"createdAt": "2025-09-01T07:58:55.000Z",
"userId": "ac4e6lk83xwh0003",
"user": {
"id": "ac4e6lk83xwh0003",
"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": [
"ac4e70ca3xwh000z"
],
"files": [
{
"id": "ac4e70ca3xwh000z",
"createdAt": "2025-09-01T07:58:55.354Z",
"name": "w002.png",
"type": "image/png",
"md5": "4384036aaaf3165ea4ffcaf587db8452",
"size": 0,
"isSensitive": true,
"blurhash": "e3LPzn?.fQ?.fQ?.j@fQj@fQfQfQfQfQfQ?.j@fQj@fQfQfQfQfQfQ",
"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": "ac4e6lk83xwh0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/Mo7MzckHCGA",
"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": [
"http://misskey/users/ac4e509pcgy40003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/M7Ub55_qyXo",
"published": "2025-09-01T07:58:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac4e509pcgy40003"
],
"id": "http://pasture-one-actor/object/X_1Id7IEdzg",
"published": "2025-09-01T07:58:55Z",
"content": "see image",
"attachment": {
"content": "content",
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w003.png"
}
}
}
misskey
{
"id": "ac4e702g3xwh0012",
"createdAt": "2025-09-01T07:58:55.000Z",
"userId": "ac4e6lk83xwh0003",
"user": {
"id": "ac4e6lk83xwh0003",
"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": [
"ac4e70ul3xwh0011"
],
"files": [
{
"id": "ac4e70ul3xwh0011",
"createdAt": "2025-09-01T07:58:56.013Z",
"name": "w003.png",
"type": "image/png",
"md5": "625123f5de5c1314636d246b3452df27",
"size": 0,
"isSensitive": true,
"blurhash": "e2NCsl|dfQ|dfQ|djtfQjtfQfQfQfQfQfQ|djtfQjtfQfQfQfQfQfQ",
"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": "ac4e6lk83xwh0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/X_1Id7IEdzg",
"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": [
"http://misskey/users/ac4e509pcgy40003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/auO0G8StSOQ",
"published": "2025-09-01T07:58:56Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac4e509pcgy40003"
],
"id": "http://pasture-one-actor/object/YupdR8_lhvs",
"published": "2025-09-01T07:58:56Z",
"content": "see image",
"attachment": {
"type": "Image",
"summary": "summary",
"sensitive": true,
"url": "http://pasture-one-actor/images/w004.png"
}
}
}
misskey
{
"id": "ac4e70u83xwh0014",
"createdAt": "2025-09-01T07:58:56.000Z",
"userId": "ac4e6lk83xwh0003",
"user": {
"id": "ac4e6lk83xwh0003",
"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": [
"ac4e71c63xwh0013"
],
"files": [
{
"id": "ac4e71c63xwh0013",
"createdAt": "2025-09-01T07:58:56.646Z",
"name": "w004.png",
"type": "image/png",
"md5": "3cc352deb996d62fdac8880864474bc5",
"size": 0,
"isSensitive": true,
"blurhash": "e4CslMxzfQxzfQxzfRfQfRfQfQfQfQfQfQxzfRfQfRfQfQfQfQfQfQ",
"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": "ac4e6lk83xwh0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/YupdR8_lhvs",
"clippedCount": 0
}