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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/6NG_fdj2OcQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/Ue2cLc0VqnE",
"published": "2024-04-01T14:11:32Z",
"content": "text",
"sensitive": true
}
}
misskey
{
"id": "9rklexi8hkyj000g",
"createdAt": "2024-04-01T14:11:32.000Z",
"userId": "9rkles54hkyj0002",
"user": {
"id": "9rkles54hkyj0002",
"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,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Ue2cLc0VqnE",
"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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/vcnJbrchTiY",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/ToswQHyL8rM",
"published": "2024-04-01T14:11:33Z",
"content": "text",
"summary": "summary"
}
}
misskey
{
"id": "9rkleya0hkyj000h",
"createdAt": "2024-04-01T14:11:33.000Z",
"userId": "9rkles54hkyj0002",
"user": {
"id": "9rkles54hkyj0002",
"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,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/ToswQHyL8rM",
"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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/WVdO6qbdmGY",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/SI1cqyO-4iE",
"published": "2024-04-01T14:11:34Z",
"content": "text",
"summary": "summary",
"sensitive": true
}
}
misskey
{
"id": "9rklez1shkyj000i",
"createdAt": "2024-04-01T14:11:34.000Z",
"userId": "9rkles54hkyj0002",
"user": {
"id": "9rkles54hkyj0002",
"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,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/SI1cqyO-4iE",
"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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/jzxlfePKeCY",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/Ek9YVxYG-NM",
"published": "2024-04-01T14:11:34Z",
"content": "see image",
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w001.png"
}
}
}
misskey
{
"id": "9rklez1shkyj000k",
"createdAt": "2024-04-01T14:11:34.000Z",
"userId": "9rkles54hkyj0002",
"user": {
"id": "9rkles54hkyj0002",
"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,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9rklezwmhkyj000j"
],
"files": [
{
"id": "9rklezwmhkyj000j",
"createdAt": "2024-04-01T14:11:35.110Z",
"name": "w001.png",
"type": "image/png",
"md5": "0b10c766fed53e2df55d254f6c3e2cf8",
"size": 0,
"isSensitive": false,
"blurhash": "e2Ap2:yZfQyZfQyZfkfQfkfQfQfQfQfQfQyZfkfQfkfQfQfQfQfQfQ",
"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": null,
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Ek9YVxYG-NM",
"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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/Z7uDurZOufM",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/iOhrmpypQOQ",
"published": "2024-04-01T14:11:35Z",
"content": "see image",
"sensitive": true,
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w002.png"
}
}
}
misskey
{
"id": "9rkleztkhkyj000m",
"createdAt": "2024-04-01T14:11:35.000Z",
"userId": "9rkles54hkyj0002",
"user": {
"id": "9rkles54hkyj0002",
"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,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9rklf0eehkyj000l"
],
"files": [
{
"id": "9rklf0eehkyj000l",
"createdAt": "2024-04-01T14:11:35.750Z",
"name": "w002.png",
"type": "image/png",
"md5": "a2118dfb165be5a6476d5bb6b70d91e7",
"size": 0,
"isSensitive": true,
"blurhash": "e2Of5R~PfQ~PfQ~Pj@fQj@fQfQfQfQfQfQ~Pj@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": null,
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/iOhrmpypQOQ",
"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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/P2IoGw_P-bo",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/J2EqbB1gehs",
"published": "2024-04-01T14:11:36Z",
"content": "see image",
"attachment": {
"content": "content",
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w003.png"
}
}
}
misskey
{
"id": "9rklf0lchkyj000o",
"createdAt": "2024-04-01T14:11:36.000Z",
"userId": "9rkles54hkyj0002",
"user": {
"id": "9rkles54hkyj0002",
"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,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9rklf0xehkyj000n"
],
"files": [
{
"id": "9rklf0xehkyj000n",
"createdAt": "2024-04-01T14:11:36.434Z",
"name": "w003.png",
"type": "image/png",
"md5": "d1211fc6729e858947bd1d1433e49720",
"size": 0,
"isSensitive": false,
"blurhash": "e4T0FR|ifQ|ifQ|ijufQjufQfQfQfQfQfQ|ijufQjufQfQfQfQfQfQ",
"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": null,
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/J2EqbB1gehs",
"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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/-xuZ-BYBp4I",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/D4e3BO_4SV4",
"published": "2024-04-01T14:11:36Z",
"content": "see image",
"attachment": {
"type": "Image",
"summary": "summary",
"sensitive": true,
"url": "http://pasture-one-actor/images/w004.png"
}
}
}
misskey
{
"id": "9rklf0lchkyj000q",
"createdAt": "2024-04-01T14:11:36.000Z",
"userId": "9rkles54hkyj0002",
"user": {
"id": "9rkles54hkyj0002",
"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,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9rklf1gphkyj000p"
],
"files": [
{
"id": "9rklf1gphkyj000p",
"createdAt": "2024-04-01T14:11:37.129Z",
"name": "w004.png",
"type": "image/png",
"md5": "4d6fc180078dbe0ff1682a049786499a",
"size": 0,
"isSensitive": false,
"blurhash": "e2OfR4~PfQ~PfQ~Pj@fQj@fQfQfQfQfQfQ~Pj@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": null,
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/D4e3BO_4SV4",
"clippedCount": 0
}