Skip to content

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

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/T2jeMUKGViE",
  "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/actor/tiBYY5dSfk0",
    "published": "2024-03-06T17:41:31Z",
    "content": "valid uri",
    "inReplyTo": "http://pasture_one_actor/assets/note1.jsonap"
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "valid uri"
    },
    "context": "http://pasture_one_actor/assets/note1.jsonap",
    "conversation_id": 1773370892,
    "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
  },
  "content": "valid uri",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/tiBYY5dSfk0",
  "in_reply_to_account_id": "AfaA0fT9jNmmrjce5g",
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaA5Fiusf8mSrBF5M",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/tiBYY5dSfk0",
  "in_reply_to_id": "AfaA5FctF4JuAAMQgy",
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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": 14,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "created_at": "2024-03-06T17:41:31.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

Example 2

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/dzcbhRZChaQ",
  "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/actor/HAhii3STTg0",
    "published": "2024-03-06T17:41:33Z",
    "content": "invalid uri",
    "inReplyTo": "http://invalid.example/"
  }
}
```


```json title="akkoma"
{
  "card": null,
  "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
  },
  "content": "invalid uri",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/HAhii3STTg0",
  "in_reply_to_account_id": null,
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaA5RqRoUIM3gnQUS",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/HAhii3STTg0",
  "in_reply_to_id": null,
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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": 15,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "created_at": "2024-03-06T17:41:33.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

Example 3

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/4yQ8z8EJl-Q",
  "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/actor/aHmygymOSCc",
    "published": "2024-03-06T17:41:36Z",
    "content": "list",
    "inReplyTo": [
      "http://pasture_one_actor/assets/note1.jsonap"
    ]
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "list"
    },
    "context": "http://pasture_one_actor/assets/note1.jsonap",
    "conversation_id": 1773370892,
    "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
  },
  "content": "list",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/aHmygymOSCc",
  "in_reply_to_account_id": "AfaA0fT9jNmmrjce5g",
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaA5dY6IWkWMGIwYi",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/aHmygymOSCc",
  "in_reply_to_id": "AfaA5FctF4JuAAMQgy",
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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": 16,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "created_at": "2024-03-06T17:41:36.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

Example 4

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/Y4xdd02q9Z8",
  "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/actor/0CBIOIDzudg",
    "published": "2024-03-06T17:41:38Z",
    "content": "Link in inReplyTo",
    "inReplyTo": {
      "type": "Link",
      "href": "http://pasture_one_actor/assets/note1.jsonap"
    }
  }
}
```


no result

Example 5

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/IZO4HTtNSkU",
  "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/actor/e6LD5MQxxtI",
    "published": "2024-03-06T17:41:40Z",
    "content": "two elements in inReplyTo",
    "inReplyTo": [
      "http://pasture_one_actor/assets/note1.jsonap",
      "http://pasture_one_actor/assets/note2.jsonap"
    ]
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "two elements in inReplyTo"
    },
    "context": "http://pasture_one_actor/assets/note1.jsonap",
    "conversation_id": 1773370892,
    "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
  },
  "content": "two elements in inReplyTo",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/e6LD5MQxxtI",
  "in_reply_to_account_id": "AfaA0fT9jNmmrjce5g",
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaA60vdNCEwruUYvw",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/e6LD5MQxxtI",
  "in_reply_to_id": "AfaA5FctF4JuAAMQgy",
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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": 17,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "created_at": "2024-03-06T17:41:40.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```

Example 6

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/Da6elg0a22w",
  "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/actor/S8zkfnHViKQ",
    "published": "2024-03-06T17:41:42Z",
    "content": "collection",
    "inReplyTo": {
      "type": "Collection",
      "items": [
        "http://pasture_one_actor/actor"
      ]
    }
  }
}
```


no result

Example 7

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/ZcxCCtlaVC8",
  "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/actor/H3s8NHHp9cA",
    "published": "2024-03-06T17:41:44Z",
    "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"
    }
  }
}
```


```json title="akkoma"
{
  "card": null,
  "pleroma": {
    "content": {
      "text/plain": "embedded note"
    },
    "context": "http://pasture_one_actor/assets/note1.jsonap",
    "conversation_id": 1773370892,
    "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
  },
  "content": "embedded note",
  "replies_count": 0,
  "uri": "http://pasture_one_actor/actor/H3s8NHHp9cA",
  "in_reply_to_account_id": "AfaA0fT9jNmmrjce5g",
  "quote": null,
  "spoiler_text": "",
  "quote_id": null,
  "id": "AfaA6OgD4CA8X1SaDw",
  "poll": null,
  "favourited": false,
  "visibility": "public",
  "url": "http://pasture_one_actor/actor/H3s8NHHp9cA",
  "in_reply_to_id": "AfaA5FctF4JuAAMQgy",
  "emoji_reactions": [],
  "favourites_count": 0,
  "edited_at": null,
  "akkoma": {
    "source": null
  },
  "bookmarked": false,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "application": null,
  "sensitive": false,
  "pinned": false,
  "muted": false,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-06T17:40:42.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": "AfaA0fT9jNmmrjce5g",
    "last_status_at": "2024-03-06",
    "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": 18,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "Afa9srfZMHPS3qow9Q",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "created_at": "2024-03-06T17:41:44.000Z",
  "emojis": [],
  "media_attachments": [],
  "tags": [],
  "reblog": null,
  "language": null
}
```