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/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/LmKYg6UVjtw",
  "published": "2024-10-28T11:41:06Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/q23IvvPv7iY",
    "published": "2024-10-28T11:41:06Z",
    "content": "text",
    "sensitive": true
  }
}
sharkey
{
  "id": "9zwiid00szc6000g",
  "uri": "http://pasture-one-actor/actor/q23IvvPv7iY",
  "url": "http://pasture-one-actor/actor/q23IvvPv7iY",
  "account": {
    "id": "9zwii6soszc60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-10-28T11:40:57.960Z",
    "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-10-28T11:41:06.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/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/97ItUpMvZn8",
  "published": "2024-10-28T11:41:07Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/IfvzbvRNryc",
    "published": "2024-10-28T11:41:07Z",
    "content": "text",
    "summary": "summary"
  }
}
sharkey
{
  "id": "9zwiidrsszc6000h",
  "uri": "http://pasture-one-actor/actor/IfvzbvRNryc",
  "url": "http://pasture-one-actor/actor/IfvzbvRNryc",
  "account": {
    "id": "9zwii6soszc60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-10-28T11:40:57.960Z",
    "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-10-28T11:41:07.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/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/EXh1mixnT4s",
  "published": "2024-10-28T11:41:08Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/XE9qXSU3FPU",
    "published": "2024-10-28T11:41:08Z",
    "content": "text",
    "summary": "summary",
    "sensitive": true
  }
}
sharkey
{
  "id": "9zwiiejkszc6000i",
  "uri": "http://pasture-one-actor/actor/XE9qXSU3FPU",
  "url": "http://pasture-one-actor/actor/XE9qXSU3FPU",
  "account": {
    "id": "9zwii6soszc60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-10-28T11:40:57.960Z",
    "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-10-28T11:41:08.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/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/Of8pAKouSWs",
  "published": "2024-10-28T11:41:09Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/8Hq4FWBqr0k",
    "published": "2024-10-28T11:41:09Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w001.png"
    }
  }
}
sharkey
{
  "id": "9zwiifbcszc6000k",
  "uri": "http://pasture-one-actor/actor/8Hq4FWBqr0k",
  "url": "http://pasture-one-actor/actor/8Hq4FWBqr0k",
  "account": {
    "id": "9zwii6soszc60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-10-28T11:40:57.960Z",
    "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-10-28T11:41:09.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": "9zwiifrtszc6000j",
      "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": "e3Fsc:%jfQ%jfQ%jj[fQj[fQfQfQfQfQfQ%jj[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/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/Zl3JzSezlHQ",
  "published": "2024-10-28T11:41:10Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/A8Puk82XmjI",
    "published": "2024-10-28T11:41:10Z",
    "content": "see image",
    "sensitive": true,
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w002.png"
    }
  }
}
sharkey
{
  "id": "9zwiig34szc6000m",
  "uri": "http://pasture-one-actor/actor/A8Puk82XmjI",
  "url": "http://pasture-one-actor/actor/A8Puk82XmjI",
  "account": {
    "id": "9zwii6soszc60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-10-28T11:40:57.960Z",
    "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-10-28T11:41:10.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": "9zwiigdxszc6000l",
      "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": "e13]8molfQolfQolfRfQfRfQfQfQfQfQfQolfRfQfRfQfQfQfQfQfQ"
    }
  ],
  "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/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/0gydhDeBU1w",
  "published": "2024-10-28T11:41:10Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/2SsfBEMx4WY",
    "published": "2024-10-28T11:41:10Z",
    "content": "see image",
    "attachment": {
      "content": "content",
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w003.png"
    }
  }
}
sharkey
{
  "id": "9zwiig34szc6000o",
  "uri": "http://pasture-one-actor/actor/2SsfBEMx4WY",
  "url": "http://pasture-one-actor/actor/2SsfBEMx4WY",
  "account": {
    "id": "9zwii6soszc60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-10-28T11:40:57.960Z",
    "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-10-28T11:41:10.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": "9zwiih0eszc6000n",
      "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": "e1IB,6^9fQ^9fQ^9jufQjufQfQfQfQfQfQ^9jufQjufQfQfQfQfQfQ"
    }
  ],
  "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/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/_-dHrmaOggQ",
  "published": "2024-10-28T11:41:11Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/96VrrlcERJg",
    "published": "2024-10-28T11:41:11Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "summary": "summary",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w004.png"
    }
  }
}
sharkey
{
  "id": "9zwiiguwszc6000q",
  "uri": "http://pasture-one-actor/actor/96VrrlcERJg",
  "url": "http://pasture-one-actor/actor/96VrrlcERJg",
  "account": {
    "id": "9zwii6soszc60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-10-28T11:40:57.960Z",
    "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-10-28T11:41:11.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": "9zwiihl6szc6000p",
      "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": "e1CZ-w-@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
}