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/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/activity/9uKZelgEVFI",
"published": "2025-12-08T11:27:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/object/H55NqcMjrqY",
"published": "2025-12-08T11:27:42Z",
"content": "text",
"sensitive": true
}
}
misskey
{
"id": "ag0mszaogsyv001g",
"createdAt": "2025-12-08T11:27:42.000Z",
"userId": "ag0msgbpgsyv0003",
"user": {
"id": "ag0msgbpgsyv0003",
"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/H55NqcMjrqY",
"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/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/activity/zLX7P962p14",
"published": "2025-12-08T11:27:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/object/5FtWBbPh3Lg",
"published": "2025-12-08T11:27:42Z",
"content": "text",
"summary": "summary"
}
}
misskey
{
"id": "ag0mszaogsyv001h",
"createdAt": "2025-12-08T11:27:42.000Z",
"userId": "ag0msgbpgsyv0003",
"user": {
"id": "ag0msgbpgsyv0003",
"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/5FtWBbPh3Lg",
"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/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/activity/zaG1m98-7bI",
"published": "2025-12-08T11:27:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/object/qG9vInVlW5I",
"published": "2025-12-08T11:27:43Z",
"content": "text",
"summary": "summary",
"sensitive": true
}
}
misskey
{
"id": "ag0mt02ggsyv001i",
"createdAt": "2025-12-08T11:27:43.000Z",
"userId": "ag0msgbpgsyv0003",
"user": {
"id": "ag0msgbpgsyv0003",
"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/qG9vInVlW5I",
"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/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/activity/RAOuFHbr6FU",
"published": "2025-12-08T11:27:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/object/i47D3rrl-Co",
"published": "2025-12-08T11:27:43Z",
"content": "see image",
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w001.png"
}
}
}
misskey
{
"id": "ag0mt02ggsyv001k",
"createdAt": "2025-12-08T11:27:43.000Z",
"userId": "ag0msgbpgsyv0003",
"user": {
"id": "ag0msgbpgsyv0003",
"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": [
"ag0mt0xsgsyv001j"
],
"files": [
{
"id": "ag0mt0xsgsyv001j",
"createdAt": "2025-12-08T11:27:44.128Z",
"name": "w001.png",
"type": "image/png",
"md5": "91501a09b6de8bca9079baf265d9648a",
"size": 0,
"isSensitive": true,
"blurhash": "e0CFJd^nfQ^nfQ^nj[fQj[fQfQfQfQfQfQ^nj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://misskey/files/webpublic-a86a569f-f206-459b-b203-5a1011b5368a",
"thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2Fw001.png&static=1",
"comment": null,
"folderId": null,
"folder": null,
"userId": "ag0msgbpgsyv0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/i47D3rrl-Co",
"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/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/activity/Ng4ji0LKG6g",
"published": "2025-12-08T11:27:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/object/31XKI5iuTeE",
"published": "2025-12-08T11:27:44Z",
"content": "see image",
"sensitive": true,
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w002.png"
}
}
}
misskey
{
"id": "ag0mt0u8gsyv001m",
"createdAt": "2025-12-08T11:27:44.000Z",
"userId": "ag0msgbpgsyv0003",
"user": {
"id": "ag0msgbpgsyv0003",
"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": [
"ag0mt1c5gsyv001l"
],
"files": [
{
"id": "ag0mt1c5gsyv001l",
"createdAt": "2025-12-08T11:27:44.645Z",
"name": "w002.png",
"type": "image/png",
"md5": "7b3f7baad689384acc8b6332e8c27fe6",
"size": 0,
"isSensitive": true,
"blurhash": "e2Nk.3~DfQ~DfQ~Dj[fQj[fQfQfQfQfQfQ~Dj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://misskey/files/webpublic-5c8fcae3-d359-4a03-87e4-8cac4c89dcf3",
"thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2Fw002.png&static=1",
"comment": null,
"folderId": null,
"folder": null,
"userId": "ag0msgbpgsyv0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/31XKI5iuTeE",
"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/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/activity/d4H2NhjK5Z0",
"published": "2025-12-08T11:27:45Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/object/CnwqRo6YsVY",
"published": "2025-12-08T11:27:45Z",
"content": "see image",
"attachment": {
"content": "content",
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w003.png"
}
}
}
misskey
{
"id": "ag0mt1m0gsyv001o",
"createdAt": "2025-12-08T11:27:45.000Z",
"userId": "ag0msgbpgsyv0003",
"user": {
"id": "ag0msgbpgsyv0003",
"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": [
"ag0mt1qegsyv001n"
],
"files": [
{
"id": "ag0mt1qegsyv001n",
"createdAt": "2025-12-08T11:27:45.158Z",
"name": "w003.png",
"type": "image/png",
"md5": "d3e3f5ae6d58e9087d0c6717ab1b80fd",
"size": 0,
"isSensitive": true,
"blurhash": "e0CC$m]TfQ]TfQ]TjtfQjtfQfQfQfQfQfQ]TjtfQjtfQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://misskey/files/webpublic-75be4269-1009-48f0-9806-29a2c8efa0d9",
"thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2Fw003.png&static=1",
"comment": null,
"folderId": null,
"folder": null,
"userId": "ag0msgbpgsyv0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/CnwqRo6YsVY",
"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/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/activity/hHTzMz5OIqU",
"published": "2025-12-08T11:27:45Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ag0mqqelszbk0003"
],
"id": "http://pasture-one-actor/object/BQCZL-T_gLc",
"published": "2025-12-08T11:27:45Z",
"content": "see image",
"attachment": {
"type": "Image",
"summary": "summary",
"sensitive": true,
"url": "http://pasture-one-actor/images/w004.png"
}
}
}
misskey
{
"id": "ag0mt1m0gsyv001q",
"createdAt": "2025-12-08T11:27:45.000Z",
"userId": "ag0msgbpgsyv0003",
"user": {
"id": "ag0msgbpgsyv0003",
"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": [
"ag0mt25kgsyv001p"
],
"files": [
{
"id": "ag0mt25kgsyv001p",
"createdAt": "2025-12-08T11:27:45.704Z",
"name": "w004.png",
"type": "image/png",
"md5": "83863e3b1b8991fd77f4add0449743a6",
"size": 0,
"isSensitive": true,
"blurhash": "e2LV%$^lfQ^lfQ^lj[fQj[fQfQfQfQfQfQ^lj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://misskey/files/webpublic-e1bfab7f-b469-45bc-a3b4-c3c552a35fcb",
"thumbnailUrl": "http://misskey/proxy/static.webp?url=http%3A%2F%2Fpasture-one-actor%2Fimages%2Fw004.png&static=1",
"comment": null,
"folderId": null,
"folder": null,
"userId": "ag0msgbpgsyv0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/object/BQCZL-T_gLc",
"clippedCount": 0
}