Skip to content

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/9xeadrudhqx90001"
  ],
  "id": "http://pasture-one-actor/actor/gUzUN8r36Gk",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9xeadrudhqx90001"
    ],
    "id": "http://pasture-one-actor/actor/XCse0UOSZSg",
    "published": "2024-08-26T08:15:45Z",
    "content": "text",
    "sensitive": true
  }
}
misskey
{
  "id": "9xeafm208nww000g",
  "createdAt": "2024-08-26T08:15:45.000Z",
  "userId": "9xeafg368nww0002",
  "user": {
    "id": "9xeafg368nww0002",
    "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/XCse0UOSZSg",
  "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/9xeadrudhqx90001"
  ],
  "id": "http://pasture-one-actor/actor/jMESvgvnyAY",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9xeadrudhqx90001"
    ],
    "id": "http://pasture-one-actor/actor/RoexMO2PLew",
    "published": "2024-08-26T08:15:45Z",
    "content": "text",
    "summary": "summary"
  }
}
misskey
{
  "id": "9xeafm208nww000h",
  "createdAt": "2024-08-26T08:15:45.000Z",
  "userId": "9xeafg368nww0002",
  "user": {
    "id": "9xeafg368nww0002",
    "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/RoexMO2PLew",
  "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/9xeadrudhqx90001"
  ],
  "id": "http://pasture-one-actor/actor/oQk1jwqZ2i0",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9xeadrudhqx90001"
    ],
    "id": "http://pasture-one-actor/actor/L3ZEBsGPQf8",
    "published": "2024-08-26T08:15:46Z",
    "content": "text",
    "summary": "summary",
    "sensitive": true
  }
}
misskey
{
  "id": "9xeafmts8nww000i",
  "createdAt": "2024-08-26T08:15:46.000Z",
  "userId": "9xeafg368nww0002",
  "user": {
    "id": "9xeafg368nww0002",
    "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/L3ZEBsGPQf8",
  "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/9xeadrudhqx90001"
  ],
  "id": "http://pasture-one-actor/actor/6A0Xhi_vQuE",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9xeadrudhqx90001"
    ],
    "id": "http://pasture-one-actor/actor/MXEr1NSrZII",
    "published": "2024-08-26T08:15:47Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w001.png"
    }
  }
}
misskey
{
  "id": "9xeafnlk8nww000k",
  "createdAt": "2024-08-26T08:15:47.000Z",
  "userId": "9xeafg368nww0002",
  "user": {
    "id": "9xeafg368nww0002",
    "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": [
    "9xeafnyp8nww000j"
  ],
  "files": [
    {
      "id": "9xeafnyp8nww000j",
      "createdAt": "2024-08-26T08:15:47.473Z",
      "name": "w001.png",
      "type": "image/png",
      "md5": "c00c38cfb31996267bd40cd7c51afeb0",
      "size": 0,
      "isSensitive": true,
      "blurhash": "e1A3|Ay+fQy+fQy+j@fQj@fQfQfQfQfQfQy+j@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": "9xeafg368nww0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/MXEr1NSrZII",
  "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/9xeadrudhqx90001"
  ],
  "id": "http://pasture-one-actor/actor/4r9bM00-qVw",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9xeadrudhqx90001"
    ],
    "id": "http://pasture-one-actor/actor/rNNmB7L0YqU",
    "published": "2024-08-26T08:15:47Z",
    "content": "see image",
    "sensitive": true,
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w002.png"
    }
  }
}
misskey
{
  "id": "9xeafnlk8nww000m",
  "createdAt": "2024-08-26T08:15:47.000Z",
  "userId": "9xeafg368nww0002",
  "user": {
    "id": "9xeafg368nww0002",
    "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": [
    "9xeafohm8nww000l"
  ],
  "files": [
    {
      "id": "9xeafohm8nww000l",
      "createdAt": "2024-08-26T08:15:48.154Z",
      "name": "w002.png",
      "type": "image/png",
      "md5": "c764937f06188a91fb3475f3ae985995",
      "size": 0,
      "isSensitive": true,
      "blurhash": "e35-vzp?fQp?fQp?fjfQfjfQfQfQfQfQfQp?fjfQfjfQfQfQfQfQfQ",
      "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": "9xeafg368nww0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/rNNmB7L0YqU",
  "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/9xeadrudhqx90001"
  ],
  "id": "http://pasture-one-actor/actor/UBj6_bwT-KQ",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9xeadrudhqx90001"
    ],
    "id": "http://pasture-one-actor/actor/Btx62Uk0cWw",
    "published": "2024-08-26T08:15:48Z",
    "content": "see image",
    "attachment": {
      "content": "content",
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w003.png"
    }
  }
}
misskey
{
  "id": "9xeafodc8nww000o",
  "createdAt": "2024-08-26T08:15:48.000Z",
  "userId": "9xeafg368nww0002",
  "user": {
    "id": "9xeafg368nww0002",
    "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": [
    "9xeafp0m8nww000n"
  ],
  "files": [
    {
      "id": "9xeafp0m8nww000n",
      "createdAt": "2024-08-26T08:15:48.838Z",
      "name": "w003.png",
      "type": "image/png",
      "md5": "c5b62f95732143fd644de77622b2e1b0",
      "size": 0,
      "isSensitive": true,
      "blurhash": "e2NjPx}xfQ}xfQ}xj[fQj[fQfQfQfQfQfQ}xj[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": "9xeafg368nww0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/Btx62Uk0cWw",
  "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/9xeadrudhqx90001"
  ],
  "id": "http://pasture-one-actor/actor/4hwI5kVFrEQ",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9xeadrudhqx90001"
    ],
    "id": "http://pasture-one-actor/actor/u873osjXgLI",
    "published": "2024-08-26T08:15:49Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "summary": "summary",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w004.png"
    }
  }
}
misskey
{
  "id": "9xeafp548nww000q",
  "createdAt": "2024-08-26T08:15:49.000Z",
  "userId": "9xeafg368nww0002",
  "user": {
    "id": "9xeafg368nww0002",
    "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": [
    "9xeafpku8nww000p"
  ],
  "files": [
    {
      "id": "9xeafpku8nww000p",
      "createdAt": "2024-08-26T08:15:49.566Z",
      "name": "w004.png",
      "type": "image/png",
      "md5": "cd0d75265f927c5994150a0b7e6e8cad",
      "size": 0,
      "isSensitive": true,
      "blurhash": "e07b+h$PfQ$PfQ$PjtfQjtfQfQfQfQfQfQ$PjtfQjtfQfQfQfQfQfQ",
      "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": "9xeafg368nww0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/u873osjXgLI",
  "clippedCount": 0
}