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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/PH4LEaTOd6A",
"published": "2025-12-07T10:08:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/mfWVHn0-2bU",
"published": "2025-12-07T10:08:08Z",
"content": "valid uri",
"inReplyTo": "http://pasture-one-actor/assets/note1.jsonap"
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "valid uri"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": "actor@pasture-one-actor",
"local": false,
"parent_visible": true,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": "http://pasture-one-actor/assets/note1.jsonap",
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/mfWVHn0-2bU",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 61,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10AyXBtO6cvz6HuAy",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "valid uri",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": "B10Au9bh87eHgMGfdA",
"tags": [],
"in_reply_to_id": "B10AyX6vgYenjhxwRM",
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/mfWVHn0-2bU",
"muted": false,
"created_at": "2025-12-07T10:08:08.000Z",
"language": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/Q8IF8tZhWsA",
"published": "2025-12-07T10:08:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/Gm2mx3VbYwk",
"published": "2025-12-07T10:08:09Z",
"content": "invalid uri",
"inReplyTo": "http://invalid.example/"
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "invalid uri"
},
"context": "http://invalid.example/",
"conversation_id": 1591888591,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": "http://invalid.example/",
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/Gm2mx3VbYwk",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 62,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10Ayakk8zHr23cHPk",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "invalid uri",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": "_",
"tags": [],
"in_reply_to_id": "_",
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/Gm2mx3VbYwk",
"muted": false,
"created_at": "2025-12-07T10:08:09.000Z",
"language": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/4fdUIobzE58",
"published": "2025-12-07T10:08:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/A2nSQSi2eGI",
"published": "2025-12-07T10:08:09Z",
"content": "list",
"inReplyTo": [
"http://pasture-one-actor/assets/note1.jsonap"
]
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "list"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": "actor@pasture-one-actor",
"local": false,
"parent_visible": true,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": "http://pasture-one-actor/assets/note1.jsonap",
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/A2nSQSi2eGI",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 63,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10Aydz28JV53FKEbY",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "list",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": "B10Au9bh87eHgMGfdA",
"tags": [],
"in_reply_to_id": "B10AyX6vgYenjhxwRM",
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/A2nSQSi2eGI",
"muted": false,
"created_at": "2025-12-07T10:08:09.000Z",
"language": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/QyOddTGV5_E",
"published": "2025-12-07T10:08:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/Y_kQfgr5qJY",
"published": "2025-12-07T10:08:10Z",
"content": "Link in inReplyTo",
"inReplyTo": {
"type": "Link",
"href": "http://pasture-one-actor/assets/note1.jsonap"
}
}
}
no result
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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/NjkMAsmW9mY",
"published": "2025-12-07T10:08:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/j-z561LJHCA",
"published": "2025-12-07T10:08:22Z",
"content": "two elements in inReplyTo",
"inReplyTo": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
]
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "two elements in inReplyTo"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": "actor@pasture-one-actor",
"local": false,
"parent_visible": true,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": "http://pasture-one-actor/assets/note1.jsonap",
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/j-z561LJHCA",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 64,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10AzowkrE3LLJowgi",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "two elements in inReplyTo",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": "B10Au9bh87eHgMGfdA",
"tags": [],
"in_reply_to_id": "B10AyX6vgYenjhxwRM",
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/j-z561LJHCA",
"muted": false,
"created_at": "2025-12-07T10:08:22.000Z",
"language": 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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/dhGMLIMtGUc",
"published": "2025-12-07T10:08:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/gKR1hw6WR0w",
"published": "2025-12-07T10:08:23Z",
"content": "collection",
"inReplyTo": {
"type": "Collection",
"items": [
"http://pasture-one-actor/actor"
]
}
}
}
no result
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://akkoma/users/witch"
],
"id": "http://pasture-one-actor/activity/2vxgL4XtIS8",
"published": "2025-12-07T10:08:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/Tp46Zyf8xeI",
"published": "2025-12-07T10:08:35Z",
"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"
}
}
}
akkoma
{
"favourited": false,
"edited_at": null,
"card": null,
"reblogged": false,
"visibility": "public",
"pleroma": {
"content": {
"text/plain": "embedded note"
},
"context": "http://pasture-one-actor/assets/note1.jsonap",
"conversation_id": 1821429206,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": "actor@pasture-one-actor",
"local": false,
"parent_visible": true,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"akkoma": {
"in_reply_to_apid": "http://pasture-one-actor/assets/note1.jsonap",
"quote_apid": null,
"source": null
},
"uri": "http://pasture-one-actor/object/Tp46Zyf8xeI",
"pinned": false,
"quote": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-12-07T10:07:21.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "B10Au9bh87eHgMGfdA",
"last_status_at": "2025-12-07",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 65,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"poll": null,
"id": "B10B0zCsCFj9S9upo8",
"text": null,
"mentions": [
{
"acct": "witch",
"id": "B10AlwS7ELx9KRdGjY",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"content": "embedded note",
"emoji_reactions": [],
"quote_id": null,
"media_attachments": [],
"favourites_count": 0,
"reblogs_count": 0,
"in_reply_to_account_id": "B10Au9bh87eHgMGfdA",
"tags": [],
"in_reply_to_id": "B10AyX6vgYenjhxwRM",
"application": null,
"sensitive": false,
"bookmarked": false,
"replies_count": 0,
"emojis": [],
"reblog": null,
"url": "http://pasture-one-actor/object/Tp46Zyf8xeI",
"muted": false,
"created_at": "2025-12-07T10:08:35.000Z",
"language": null
}