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/a3ysx3jhjhiz0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/07SiK40sPSM",
"published": "2025-02-07T20:48:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a3ysx3jhjhiz0001"
],
"id": "http://pasture-one-actor/actor/cSdBtmYmXiY",
"published": "2025-02-07T20:48:29Z",
"content": "text",
"sensitive": true
}
}
misskey
{
"id": "a3ysz6tkpl2g000g",
"createdAt": "2025-02-07T20:48:29.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"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/cSdBtmYmXiY",
"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/a3ysx3jhjhiz0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/0BOMlzLZD9k",
"published": "2025-02-07T20:48:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a3ysx3jhjhiz0001"
],
"id": "http://pasture-one-actor/actor/SMBVvVJXJaY",
"published": "2025-02-07T20:48:30Z",
"content": "text",
"summary": "summary"
}
}
misskey
{
"id": "a3ysz7lcpl2g000h",
"createdAt": "2025-02-07T20:48:30.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"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/SMBVvVJXJaY",
"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/a3ysx3jhjhiz0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/41jCPL48a0I",
"published": "2025-02-07T20:48:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a3ysx3jhjhiz0001"
],
"id": "http://pasture-one-actor/actor/q2Ngszn5Iew",
"published": "2025-02-07T20:48:31Z",
"content": "text",
"summary": "summary",
"sensitive": true
}
}
misskey
{
"id": "a3ysz8d4pl2g000i",
"createdAt": "2025-02-07T20:48:31.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"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/q2Ngszn5Iew",
"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/a3ysx3jhjhiz0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/3AGeuIBHTW0",
"published": "2025-02-07T20:48:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a3ysx3jhjhiz0001"
],
"id": "http://pasture-one-actor/actor/pl73nwGvnmU",
"published": "2025-02-07T20:48:31Z",
"content": "see image",
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w001.png"
}
}
}
misskey
{
"id": "a3ysz8d4pl2g000k",
"createdAt": "2025-02-07T20:48:31.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"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": [
"a3ysz92apl2g000j"
],
"files": [
{
"id": "a3ysz92apl2g000j",
"createdAt": "2025-02-07T20:48:31.906Z",
"name": "w001.png",
"type": "image/png",
"md5": "d4a54e4789510311928a879406e2722d",
"size": 0,
"isSensitive": true,
"blurhash": "e3Q5$%}YfQ}YfQ}Yj@fQj@fQfQfQfQfQfQ}Yj@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": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/pl73nwGvnmU",
"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/a3ysx3jhjhiz0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Lin-H34u_2w",
"published": "2025-02-07T20:48:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a3ysx3jhjhiz0001"
],
"id": "http://pasture-one-actor/actor/8TLTlx32_lw",
"published": "2025-02-07T20:48:32Z",
"content": "see image",
"sensitive": true,
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w002.png"
}
}
}
misskey
{
"id": "a3ysz94wpl2g000m",
"createdAt": "2025-02-07T20:48:32.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"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": [
"a3ysz9jipl2g000l"
],
"files": [
{
"id": "a3ysz9jipl2g000l",
"createdAt": "2025-02-07T20:48:32.526Z",
"name": "w002.png",
"type": "image/png",
"md5": "9fe0146244ded4ee72ccd7721ab3db26",
"size": 0,
"isSensitive": true,
"blurhash": "e4ENibx|fQx|fQx|j[fQj[fQfQfQfQfQfQx|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": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/8TLTlx32_lw",
"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/a3ysx3jhjhiz0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/6dlca1qtF-s",
"published": "2025-02-07T20:48:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a3ysx3jhjhiz0001"
],
"id": "http://pasture-one-actor/actor/AhJ2i29Hhfw",
"published": "2025-02-07T20:48:33Z",
"content": "see image",
"attachment": {
"content": "content",
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w003.png"
}
}
}
misskey
{
"id": "a3ysz9wopl2g000o",
"createdAt": "2025-02-07T20:48:33.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"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": [
"a3ysza43pl2g000n"
],
"files": [
{
"id": "a3ysza43pl2g000n",
"createdAt": "2025-02-07T20:48:33.267Z",
"name": "w003.png",
"type": "image/png",
"md5": "14cc7421af595e908e2555b45a5e6690",
"size": 0,
"isSensitive": true,
"blurhash": "e3NBj6_FfQ_FfQ_Fj@fQj@fQfQfQfQfQfQ_Fj@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": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/AhJ2i29Hhfw",
"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/a3ysx3jhjhiz0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ChQxOgO01Nk",
"published": "2025-02-07T20:48:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a3ysx3jhjhiz0001"
],
"id": "http://pasture-one-actor/actor/e2m7ggnipV8",
"published": "2025-02-07T20:48:33Z",
"content": "see image",
"attachment": {
"type": "Image",
"summary": "summary",
"sensitive": true,
"url": "http://pasture-one-actor/images/w004.png"
}
}
}
misskey
{
"id": "a3ysz9wopl2g000q",
"createdAt": "2025-02-07T20:48:33.000Z",
"userId": "a3ysz1b3pl2g0002",
"user": {
"id": "a3ysz1b3pl2g0002",
"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": [
"a3yszanupl2g000p"
],
"files": [
{
"id": "a3yszanupl2g000p",
"createdAt": "2025-02-07T20:48:33.978Z",
"name": "w004.png",
"type": "image/png",
"md5": "d7ef5c97328eac0c0aeb959c19c7b8fb",
"size": 0,
"isSensitive": true,
"blurhash": "e36*=ao,fQo,fQo,fRfQfRfQfQfQfQfQfQo,fRfQfRfQfQfQfQfQfQ",
"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": "a3ysz1b3pl2g0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/e2m7ggnipV8",
"clippedCount": 0
}