Variations of inReplyTo¶
The property is defined here. The
goal of this support table is to show how applications react to inReplyTo
containing a wide variation
of allowed objects. As Fediverse applications generally only give one the option to reply to a single
element, the lacking support should not be surprising.
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://hollo/@john"
],
"id": "http://pasture-one-actor/actor/_RmFPha7bsQ",
"published": "2024-11-03T15:01:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/3OEmkcLOKD0",
"published": "2024-11-03T15:01:07Z",
"content": "valid uri",
"inReplyTo": "http://pasture-one-actor/assets/note1.jsonap",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/LJHcs-_eNus",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:32Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/orL06PGwDyc",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:32Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "valid uri",
"inReplyTo": "http://pasture-one-actor/assets/note1.jsonap"
}
}
hollo
{
"id": "0192f28b-4738-78e5-8cbe-47075e83e552",
"created_at": "2024-11-03T15:01:07.000Z",
"in_reply_to_id": "018cdee6-9e68-735d-8b5c-8482984ab52d",
"in_reply_to_account_id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/3OEmkcLOKD0",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "valid uri",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-03T15:00:38.344Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/actor/iOY4REfQkYE",
"published": "2024-11-03T15:01:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/qIY8-_gwEus",
"published": "2024-11-03T15:01:07Z",
"content": "invalid uri",
"inReplyTo": "http://invalid.example/",
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/X1H9ElmGDZs",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:33Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/Dch_RNmcZJE",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:33Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "invalid uri",
"inReplyTo": "http://invalid.example/"
}
}
no result
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://hollo/@john"
],
"id": "http://pasture-one-actor/actor/wfD6ZAh1DA4",
"published": "2024-11-03T15:01:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/irvhhJGD6VA",
"published": "2024-11-03T15:01:20Z",
"content": "list",
"inReplyTo": [
"http://pasture-one-actor/assets/note1.jsonap"
],
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
no result
hollo
{
"id": "0192f28b-7a00-7bbd-96e8-06f68d9e26f9",
"created_at": "2024-11-03T15:01:20.000Z",
"in_reply_to_id": "018cdee6-9e68-735d-8b5c-8482984ab52d",
"in_reply_to_account_id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/irvhhJGD6VA",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "list",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-03T15:00:38.344Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/actor/b8QOswZnjAs",
"published": "2024-11-03T15:01:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/HjHFlr0A6MQ",
"published": "2024-11-03T15:01:20Z",
"content": "Link in inReplyTo",
"inReplyTo": {
"type": "Link",
"href": "http://pasture-one-actor/assets/note1.jsonap"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/tL4Dd-eiljo",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:44Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/BqI66hXeIcg",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:44Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Link in inReplyTo"
}
}
hollo
{
"id": "0192f28b-7a00-7bbd-96e8-06f735fe2f41",
"created_at": "2024-11-03T15:01:20.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/HjHFlr0A6MQ",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Link in inReplyTo",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-03T15:00:38.344Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/actor/ELJlzEjFA6Q",
"published": "2024-11-03T15:01:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/NefIRmLKr9M",
"published": "2024-11-03T15:01:21Z",
"content": "two elements in inReplyTo",
"inReplyTo": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
],
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
no result
hollo
{
"id": "0192f28b-7de8-7fb5-bda7-455a6b91f13f",
"created_at": "2024-11-03T15:01:21.000Z",
"in_reply_to_id": "018cdee6-9e68-735d-8b5c-8482984ab52d",
"in_reply_to_account_id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/NefIRmLKr9M",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "two elements in inReplyTo",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-03T15:00:38.344Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/actor/-7mSQa4QWs4",
"published": "2024-11-03T15:01:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/N_GWyCJdKE8",
"published": "2024-11-03T15:01:22Z",
"content": "collection",
"inReplyTo": {
"type": "Collection",
"items": [
"http://pasture-one-actor/actor"
]
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/3izi67giNnM",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:55Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/KQWUu8-LH3g",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:55Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "collection"
}
}
hollo
{
"id": "0192f28b-81d0-7e2e-a02a-fa782141377d",
"created_at": "2024-11-03T15:01:22.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/N_GWyCJdKE8",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "collection",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-03T15:00:38.344Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": 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://hollo/@john"
],
"id": "http://pasture-one-actor/actor/cjjVGXasXBI",
"published": "2024-11-03T15:01:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/DXffel-dowE",
"published": "2024-11-03T15:01:23Z",
"content": "embedded note",
"inReplyTo": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Note",
"id": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"as:Public"
],
"attributedTo": "http://pasture-one-actor/actor",
"content": "One",
"published": "2024-01-06T13:11:45Z"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/cqSUcLw5Vjw",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:56Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/whuD1ct62c0",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://cattle_grid/actor/0tVne6n_zxpVEnZifwQ-1Q"
],
"published": "2024-11-02T20:49:56Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "embedded note",
"inReplyTo": "http://pasture-one-actor/assets/note1.jsonap"
}
}
hollo
{
"id": "0192f28b-85b8-7c98-bf42-4a9b0bae811d",
"created_at": "2024-11-03T15:01:23.000Z",
"in_reply_to_id": "018cdee6-9e68-735d-8b5c-8482984ab52d",
"in_reply_to_account_id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/DXffel-dowE",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "embedded note",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192f28a-d788-75f0-8926-0221de3ee90c",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-03T15:00:38.344Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}