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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/RPrAkR1Zwqs",
"published": "2025-05-21T09:21:39Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/OEaZ0eO8awk",
"published": "2025-05-21T09:21:39Z",
"content": "text",
"sensitive": true,
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JVS2C05R2VVS16GZDMQJ4WAJ",
"created_at": "2025-05-21T09:21:39.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": true,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/OEaZ0eO8awk",
"url": "http://pasture-one-actor/actor/OEaZ0eO8awk",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "text",
"reblog": null,
"account": {
"id": "01JVS2BRAS4XQX73070DBHCC8W",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-05-21T09:21:30.986Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 14,
"last_status_at": "2025-05-21T09:21:39.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01YC7G1TKPNX42MZHM7EPFTDVB",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/ErX2fO2vwDw",
"published": "2025-05-21T09:21:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/3wT5qBOL4RQ",
"published": "2025-05-21T09:21:40Z",
"content": "text",
"summary": "summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JVS2C1503X61KP6WEY5MQSHZ",
"created_at": "2025-05-21T09:21:40.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "summary",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/3wT5qBOL4RQ",
"url": "http://pasture-one-actor/actor/3wT5qBOL4RQ",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "text",
"reblog": null,
"account": {
"id": "01JVS2BRAS4XQX73070DBHCC8W",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-05-21T09:21:30.986Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 15,
"last_status_at": "2025-05-21T09:21:40.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01YC7G1TKPNX42MZHM7EPFTDVB",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/invrkDABlaI",
"published": "2025-05-21T09:21:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/kTf4H2UxT-g",
"published": "2025-05-21T09:21:40Z",
"content": "text",
"summary": "summary",
"sensitive": true,
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JVS2C150BDPZCHTRHDNHY0T2",
"created_at": "2025-05-21T09:21:40.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/kTf4H2UxT-g",
"url": "http://pasture-one-actor/actor/kTf4H2UxT-g",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "text",
"reblog": null,
"account": {
"id": "01JVS2BRAS4XQX73070DBHCC8W",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-05-21T09:21:30.986Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 16,
"last_status_at": "2025-05-21T09:21:40.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01YC7G1TKPNX42MZHM7EPFTDVB",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/TqWfPP2brUI",
"published": "2025-05-21T09:21:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/0sGZif_ZaqM",
"published": "2025-05-21T09:21:41Z",
"content": "see image",
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w001.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JVS2C248M9Y41C6MQC3B3NQH",
"created_at": "2025-05-21T09:21:41.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/0sGZif_ZaqM",
"url": "http://pasture-one-actor/actor/0sGZif_ZaqM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "see image",
"reblog": null,
"account": {
"id": "01JVS2BRAS4XQX73070DBHCC8W",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-05-21T09:21:30.986Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 17,
"last_status_at": "2025-05-21T09:21:41.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JVS2C2V3TKAXG50SB931YZV2",
"type": "image",
"url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2C2V3TKAXG50SB931YZV2.png",
"text_url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2C2V3TKAXG50SB931YZV2.png",
"preview_url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2C2V3TKAXG50SB931YZV2.jpg",
"remote_url": "http://pasture-one-actor/images/w001.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L4KuZs}tfQ}t}toLfQoLfQfQfQfQ"
}
],
"mentions": [
{
"id": "01YC7G1TKPNX42MZHM7EPFTDVB",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/BCjrRpF7poY",
"published": "2025-05-21T09:21:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/1G6Tzogt_9w",
"published": "2025-05-21T09:21:42Z",
"content": "see image",
"sensitive": true,
"attachment": {
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w002.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JVS2C33GBH5Z380J7J1CYCC7",
"created_at": "2025-05-21T09:21:42.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": true,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/1G6Tzogt_9w",
"url": "http://pasture-one-actor/actor/1G6Tzogt_9w",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "see image",
"reblog": null,
"account": {
"id": "01JVS2BRAS4XQX73070DBHCC8W",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-05-21T09:21:30.986Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 18,
"last_status_at": "2025-05-21T09:21:42.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JVS2C3GD8FGG5VB2BD8D7XRM",
"type": "image",
"url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2C3GD8FGG5VB2BD8D7XRM.png",
"text_url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2C3GD8FGG5VB2BD8D7XRM.png",
"preview_url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2C3GD8FGG5VB2BD8D7XRM.jpg",
"remote_url": "http://pasture-one-actor/images/w002.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L3Jfp9|{fQ|{|{o1fQo1fQfQfQfQ"
}
],
"mentions": [
{
"id": "01YC7G1TKPNX42MZHM7EPFTDVB",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/-E_avzVEvEU",
"published": "2025-05-21T09:21:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/q8qxFdYIVZg",
"published": "2025-05-21T09:21:42Z",
"content": "see image",
"attachment": {
"content": "content",
"type": "Image",
"sensitive": true,
"url": "http://pasture-one-actor/images/w003.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JVS2C33GQC54MP5X20QRA65M",
"created_at": "2025-05-21T09:21:42.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/q8qxFdYIVZg",
"url": "http://pasture-one-actor/actor/q8qxFdYIVZg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "see image",
"reblog": null,
"account": {
"id": "01JVS2BRAS4XQX73070DBHCC8W",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-05-21T09:21:30.986Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 19,
"last_status_at": "2025-05-21T09:21:42.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JVS2C45RQW39BW981V5HN5S2",
"type": "image",
"url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2C45RQW39BW981V5HN5S2.png",
"text_url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2C45RQW39BW981V5HN5S2.png",
"preview_url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2C45RQW39BW981V5HN5S2.jpg",
"remote_url": "http://pasture-one-actor/images/w003.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L0Beaq}]fQ}]}]oLfQoLfQfQfQfQ"
}
],
"mentions": [
{
"id": "01YC7G1TKPNX42MZHM7EPFTDVB",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/uJvsopOZLhg",
"published": "2025-05-21T09:21:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/4BhhDCtIVOM",
"published": "2025-05-21T09:21:43Z",
"content": "see image",
"attachment": {
"type": "Image",
"summary": "summary",
"sensitive": true,
"url": "http://pasture-one-actor/images/w004.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JVS2C42R2MMWF5GS2TY5VBP9",
"created_at": "2025-05-21T09:21:43.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/4BhhDCtIVOM",
"url": "http://pasture-one-actor/actor/4BhhDCtIVOM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "see image",
"reblog": null,
"account": {
"id": "01JVS2BRAS4XQX73070DBHCC8W",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-05-21T09:21:30.986Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon2.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 20,
"last_status_at": "2025-05-21T09:21:43.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JVS2C4TFDESACK3DY4JBE3BV",
"type": "image",
"url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2C4TFDESACK3DY4JBE3BV.png",
"text_url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2C4TFDESACK3DY4JBE3BV.png",
"preview_url": "http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2C4TFDESACK3DY4JBE3BV.jpg",
"remote_url": "http://pasture-one-actor/images/w004.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": "summary",
"blurhash": "L1Bo02=*fQ=*=*j]fQj]fQfQfQfQ"
}
],
"mentions": [
{
"id": "01YC7G1TKPNX42MZHM7EPFTDVB",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}