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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/jEzxDXWyAJc",
"published": "2024-10-22T20:21:09Z",
"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/-vGuTCozE-A",
"published": "2024-10-22T20:21:09Z",
"content": "text",
"sensitive": true,
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JATY7XR8BRBS06SS6VXYZ628",
"created_at": "2024-10-22T20:21:09.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/-vGuTCozE-A",
"url": "http://pasture-one-actor/actor/-vGuTCozE-A",
"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": "01JATY7PCY00693BZ15FPA0QK7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-22T20:21:01.480Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 13,
"last_status_at": "2024-10-22T20:21:09.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01TX29A26P7K1FTX9Z1Q6VRNHG",
"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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/YiU_eM9uZg4",
"published": "2024-10-22T20:21:10Z",
"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/Dvn21Kx4Nes",
"published": "2024-10-22T20:21:10Z",
"content": "text",
"summary": "summary",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JATY7YQGNVEGJWK1N3VQDH55",
"created_at": "2024-10-22T20:21:10.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/Dvn21Kx4Nes",
"url": "http://pasture-one-actor/actor/Dvn21Kx4Nes",
"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": "01JATY7PCY00693BZ15FPA0QK7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-22T20:21:01.480Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.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": "2024-10-22T20:21:10.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01TX29A26P7K1FTX9Z1Q6VRNHG",
"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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/JOAYSvfwzCM",
"published": "2024-10-22T20:21:10Z",
"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/nSh2WHeeyYg",
"published": "2024-10-22T20:21:10Z",
"content": "text",
"summary": "summary",
"sensitive": true,
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JATY7YQGES2AMTGRA0CNQWZG",
"created_at": "2024-10-22T20:21:10.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/nSh2WHeeyYg",
"url": "http://pasture-one-actor/actor/nSh2WHeeyYg",
"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": "01JATY7PCY00693BZ15FPA0QK7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-22T20:21:01.480Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.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": "2024-10-22T20:21:10.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01TX29A26P7K1FTX9Z1Q6VRNHG",
"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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/9FyFJmWqEEU",
"published": "2024-10-22T20:21:11Z",
"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/KdwJzI13XVI",
"published": "2024-10-22T20:21:11Z",
"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": "01JATY7ZPRAGV0V1NW73EDRWD9",
"created_at": "2024-10-22T20:21:11.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/KdwJzI13XVI",
"url": "http://pasture-one-actor/actor/KdwJzI13XVI",
"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": "01JATY7PCY00693BZ15FPA0QK7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-22T20:21:01.480Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.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": "2024-10-22T20:21:11.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JATY807D83H06R202V4YF6SN",
"type": "image",
"url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/original/01JATY807D83H06R202V4YF6SN.png",
"text_url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/original/01JATY807D83H06R202V4YF6SN.png",
"preview_url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/small/01JATY807D83H06R202V4YF6SN.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": "L268%+tWfQtWtWj]fQj]fQfQfQfQ"
}
],
"mentions": [
{
"id": "01TX29A26P7K1FTX9Z1Q6VRNHG",
"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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ARZ-IcpbyGs",
"published": "2024-10-22T20:21:12Z",
"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/1qSQz9DVlis",
"published": "2024-10-22T20:21:12Z",
"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": "01JATY80P0KFTCRVFG7BMCRW4N",
"created_at": "2024-10-22T20:21:12.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/1qSQz9DVlis",
"url": "http://pasture-one-actor/actor/1qSQz9DVlis",
"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": "01JATY7PCY00693BZ15FPA0QK7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-22T20:21:01.480Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.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": "2024-10-22T20:21:12.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JATY80VX3XTBRFYXNR5DNDFG",
"type": "image",
"url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/original/01JATY80VX3XTBRFYXNR5DNDFG.png",
"text_url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/original/01JATY80VX3XTBRFYXNR5DNDFG.png",
"preview_url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/small/01JATY80VX3XTBRFYXNR5DNDFG.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": "L6ODLM~WfQ~W~WoLfQoLfQfQfQfQ"
}
],
"mentions": [
{
"id": "01TX29A26P7K1FTX9Z1Q6VRNHG",
"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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/4ntDong3OqE",
"published": "2024-10-22T20:21:12Z",
"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/DO67oYC9F1g",
"published": "2024-10-22T20:21:12Z",
"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": "01JATY80P0XJ829WQ6WRWRQSA3",
"created_at": "2024-10-22T20:21:12.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/DO67oYC9F1g",
"url": "http://pasture-one-actor/actor/DO67oYC9F1g",
"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": "01JATY7PCY00693BZ15FPA0QK7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-22T20:21:01.480Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.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": "2024-10-22T20:21:12.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JATY81H5FFDQ8HS9APWMPYZY",
"type": "image",
"url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/original/01JATY81H5FFDQ8HS9APWMPYZY.png",
"text_url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/original/01JATY81H5FFDQ8HS9APWMPYZY.png",
"preview_url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/small/01JATY81H5FFDQ8HS9APWMPYZY.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": "L7MIXw?:fQ?:?:kAfQkAfQfQfQfQ"
}
],
"mentions": [
{
"id": "01TX29A26P7K1FTX9Z1Q6VRNHG",
"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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/byLWIu_ODaM",
"published": "2024-10-22T20:21:13Z",
"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/ESd8iyOg3bw",
"published": "2024-10-22T20:21:13Z",
"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": "01JATY81N8JC97M8VG0YPGKC2Q",
"created_at": "2024-10-22T20:21:13.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/ESd8iyOg3bw",
"url": "http://pasture-one-actor/actor/ESd8iyOg3bw",
"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": "01JATY7PCY00693BZ15FPA0QK7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-22T20:21:01.480Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon3.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": "2024-10-22T20:21:13.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JATY8262GHR3E0833BRTMBT9",
"type": "image",
"url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/original/01JATY8262GHR3E0833BRTMBT9.png",
"text_url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/original/01JATY8262GHR3E0833BRTMBT9.png",
"preview_url": "http://gotosocial/fileserver/01JATY7PCY00693BZ15FPA0QK7/attachment/small/01JATY8262GHR3E0833BRTMBT9.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": "L3G]ig_IfQ_I_IkBfQkBfQfQfQfQ"
}
],
"mentions": [
{
"id": "01TX29A26P7K1FTX9Z1Q6VRNHG",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}