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/a0wh2n1f43tl0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/xI13e95Iao0",
"published": "2024-11-22T15:44:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/RCafz3ClD_M",
"published": "2024-11-22T15:44:03Z",
"content": "text",
"sensitive": true
}
}
misskey
{
"id": "a0wh73co5jgn0004",
"createdAt": "2024-11-22T15:44:03.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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/RCafz3ClD_M",
"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/a0wh2n1f43tl0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/XzcY4TcroMo",
"published": "2024-11-22T15:44:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/HymhXNgLJl4",
"published": "2024-11-22T15:44:04Z",
"content": "text",
"summary": "summary"
}
}
misskey
{
"id": "a0wh744g5jgn0005",
"createdAt": "2024-11-22T15:44:04.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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/HymhXNgLJl4",
"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/a0wh2n1f43tl0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/oBp6HXg_tFk",
"published": "2024-11-22T15:44:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/IQsCpF7-PfE",
"published": "2024-11-22T15:44:04Z",
"content": "text",
"summary": "summary",
"sensitive": true
}
}
misskey
{
"id": "a0wh744g5jgn0006",
"createdAt": "2024-11-22T15:44:04.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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/IQsCpF7-PfE",
"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/a0wh2n1f43tl0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/paPvocQCSP0",
"published": "2024-11-22T15:44:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/OuYyosp8qII",
"published": "2024-11-22T15:44:05Z",
"content": "see image",
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w001.png"
}
}
}
misskey
{
"id": "a0wh74w85jgn0008",
"createdAt": "2024-11-22T15:44:05.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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": [
"a0wh75h85jgn0007"
],
"files": [
{
"id": "a0wh75h85jgn0007",
"createdAt": "2024-11-22T15:44:05.756Z",
"name": "w001.png",
"type": "image/png",
"md5": "ffd46b8ca255757222162b3a811a2fb4",
"size": 0,
"isSensitive": true,
"blurhash": "e07CNHyVfQyVfQyVj[fQj[fQfQfQfQfQfQyVj[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": "a0wh463r5jgn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/OuYyosp8qII",
"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/a0wh2n1f43tl0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/conmEY-smdk",
"published": "2024-11-22T15:44:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/KCc35-UD__Y",
"published": "2024-11-22T15:44:06Z",
"content": "see image",
"sensitive": true,
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w002.png"
}
}
}
misskey
{
"id": "a0wh75o05jgn000a",
"createdAt": "2024-11-22T15:44:06.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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": [
"a0wh760e5jgn0009"
],
"files": [
{
"id": "a0wh760e5jgn0009",
"createdAt": "2024-11-22T15:44:06.446Z",
"name": "w002.png",
"type": "image/png",
"md5": "7c75daf589fe26444f6440ddccc3044a",
"size": 0,
"isSensitive": true,
"blurhash": "e1KBb,~jfQ~jfQ~jj@fQj@fQfQfQfQfQfQ~jj@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": "a0wh463r5jgn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/KCc35-UD__Y",
"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/a0wh2n1f43tl0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/dOcNI2eY0Eo",
"published": "2024-11-22T15:44:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/9viyK-OsMdA",
"published": "2024-11-22T15:44:06Z",
"content": "see image",
"attachment": {
"content": "content",
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w003.png"
}
}
}
misskey
{
"id": "a0wh75o05jgn000c",
"createdAt": "2024-11-22T15:44:06.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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": [
"a0wh76kc5jgn000b"
],
"files": [
{
"id": "a0wh76kc5jgn000b",
"createdAt": "2024-11-22T15:44:07.164Z",
"name": "w003.png",
"type": "image/png",
"md5": "62a855ddd67e102b3b3547088c80d3ab",
"size": 0,
"isSensitive": true,
"blurhash": "e4A%xeswfQswfQswfRfQfRfQfQfQfQfQfQswfRfQfRfQfQfQfQfQfQ",
"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": "a0wh463r5jgn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/9viyK-OsMdA",
"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/a0wh2n1f43tl0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/zy_WTZ7DRf8",
"published": "2024-11-22T15:44:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a0wh2n1f43tl0001"
],
"id": "http://pasture-one-actor/actor/DYM3ja4YYQE",
"published": "2024-11-22T15:44:07Z",
"content": "see image",
"attachment": {
"type": "Image",
"summary": "summary",
"sensitive": true,
"url": "http://pasture-one-actor/images/w004.png"
}
}
}
misskey
{
"id": "a0wh76fs5jgn000e",
"createdAt": "2024-11-22T15:44:07.000Z",
"userId": "a0wh463r5jgn0002",
"user": {
"id": "a0wh463r5jgn0002",
"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": [
"a0wh773k5jgn000d"
],
"files": [
{
"id": "a0wh773k5jgn000d",
"createdAt": "2024-11-22T15:44:07.856Z",
"name": "w004.png",
"type": "image/png",
"md5": "f72b7b19c4cb7cec0d4a9b8d7541671b",
"size": 0,
"isSensitive": true,
"blurhash": "e0E]AG}EfQ}EfQ}EjtfQjtfQfQfQfQfQfQ}EjtfQjtfQfQfQfQfQfQ",
"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": "a0wh463r5jgn0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/DYM3ja4YYQE",
"clippedCount": 0
}