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://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/fgEA6bRyyZM",
  "published": "2024-11-20T18:43:23Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/vq_eXDqq9Yk",
    "published": "2024-11-20T18:43:23Z",
    "content": "text",
    "sensitive": true
  }
}
sharkey
{
  "id": "a0tsq0hk9ndr000g",
  "uri": "http://pasture-one-actor/actor/vq_eXDqq9Yk",
  "url": "http://pasture-one-actor/actor/vq_eXDqq9Yk",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 13,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>text</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "text",
  "created_at": "2024-11-20T18:43:23.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

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://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/qRJVpM3f5oo",
  "published": "2024-11-20T18:43:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/b3UWpdVX_ck",
    "published": "2024-11-20T18:43:24Z",
    "content": "text",
    "summary": "summary"
  }
}
sharkey
{
  "id": "a0tsq19c9ndr000h",
  "uri": "http://pasture-one-actor/actor/b3UWpdVX_ck",
  "url": "http://pasture-one-actor/actor/b3UWpdVX_ck",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 14,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>text</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "text",
  "created_at": "2024-11-20T18:43:24.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

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://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/soMBiUCoe-Q",
  "published": "2024-11-20T18:43:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/ke-U7neNDoo",
    "published": "2024-11-20T18:43:24Z",
    "content": "text",
    "summary": "summary",
    "sensitive": true
  }
}
sharkey
{
  "id": "a0tsq19c9ndr000i",
  "uri": "http://pasture-one-actor/actor/ke-U7neNDoo",
  "url": "http://pasture-one-actor/actor/ke-U7neNDoo",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 15,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>text</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "text",
  "created_at": "2024-11-20T18:43:24.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

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://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/lKjodNCj9hw",
  "published": "2024-11-20T18:43:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/0DdU_1SFccw",
    "published": "2024-11-20T18:43:25Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w001.png"
    }
  }
}
sharkey
{
  "id": "a0tsq2149ndr000k",
  "uri": "http://pasture-one-actor/actor/0DdU_1SFccw",
  "url": "http://pasture-one-actor/actor/0DdU_1SFccw",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 16,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>see image</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "see image",
  "created_at": "2024-11-20T18:43:25.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [
    {
      "id": "a0tsq2p29ndr000j",
      "type": "image",
      "url": "http://pasture-one-actor/images/w001.png",
      "remote_url": "http://pasture-one-actor/images/w001.png",
      "preview_url": "http://pasture-one-actor/images/w001.png",
      "text_url": "http://pasture-one-actor/images/w001.png",
      "meta": {
        "width": 40,
        "height": 40
      },
      "description": null,
      "blurhash": "e1IC2E^7fQ^7fQ^7j[fQj[fQfQfQfQfQfQ^7j[fQj[fQfQfQfQfQfQ"
    }
  ],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

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://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/ed2C4rRrDjE",
  "published": "2024-11-20T18:43:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/JwJ4wLZ7SmA",
    "published": "2024-11-20T18:43:26Z",
    "content": "see image",
    "sensitive": true,
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w002.png"
    }
  }
}
sharkey
{
  "id": "a0tsq2sw9ndr000m",
  "uri": "http://pasture-one-actor/actor/JwJ4wLZ7SmA",
  "url": "http://pasture-one-actor/actor/JwJ4wLZ7SmA",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 17,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>see image</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "see image",
  "created_at": "2024-11-20T18:43:26.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [
    {
      "id": "a0tsq3b89ndr000l",
      "type": "image",
      "url": "http://pasture-one-actor/images/w002.png",
      "remote_url": "http://pasture-one-actor/images/w002.png",
      "preview_url": "http://pasture-one-actor/images/w002.png",
      "text_url": "http://pasture-one-actor/images/w002.png",
      "meta": {
        "width": 40,
        "height": 40
      },
      "description": null,
      "blurhash": "e1E|MI?vfQ?vfQ?vj[fQj[fQfQfQfQfQfQ?vj[fQj[fQfQfQfQfQfQ"
    }
  ],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

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://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/9T1-ZflbHEA",
  "published": "2024-11-20T18:43:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/rXHS17Y7aaU",
    "published": "2024-11-20T18:43:27Z",
    "content": "see image",
    "attachment": {
      "content": "content",
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w003.png"
    }
  }
}
sharkey
{
  "id": "a0tsq3ko9ndr000o",
  "uri": "http://pasture-one-actor/actor/rXHS17Y7aaU",
  "url": "http://pasture-one-actor/actor/rXHS17Y7aaU",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 18,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>see image</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "see image",
  "created_at": "2024-11-20T18:43:27.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [
    {
      "id": "a0tsq3x79ndr000n",
      "type": "image",
      "url": "http://pasture-one-actor/images/w003.png",
      "remote_url": "http://pasture-one-actor/images/w003.png",
      "preview_url": "http://pasture-one-actor/images/w003.png",
      "text_url": "http://pasture-one-actor/images/w003.png",
      "meta": {
        "width": 40,
        "height": 40
      },
      "description": null,
      "blurhash": "e0A205.ifQ.ifQ.ij[fQj[fQfQfQfQfQfQ.ij[fQj[fQfQfQfQfQfQ"
    }
  ],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

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://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/GF-97qrt5j4",
  "published": "2024-11-20T18:43:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/q4eMI8XwrLo",
    "published": "2024-11-20T18:43:28Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "summary": "summary",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w004.png"
    }
  }
}
sharkey
{
  "id": "a0tsq4cg9ndr000q",
  "uri": "http://pasture-one-actor/actor/q4eMI8XwrLo",
  "url": "http://pasture-one-actor/actor/q4eMI8XwrLo",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 19,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>see image</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "see image",
  "created_at": "2024-11-20T18:43:28.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [
    {
      "id": "a0tsq4j69ndr000p",
      "type": "image",
      "url": "http://pasture-one-actor/images/w004.png",
      "remote_url": "http://pasture-one-actor/images/w004.png",
      "preview_url": "http://pasture-one-actor/images/w004.png",
      "text_url": "http://pasture-one-actor/images/w004.png",
      "meta": {
        "width": 40,
        "height": 40
      },
      "description": null,
      "blurhash": "e1J$r-};fQ};fQ};j@fQj@fQfQfQfQfQfQ};j@fQj@fQfQfQfQfQfQ"
    }
  ],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}