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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9q9tmc4u9pr10001"
  ],
  "id": "http://pasture_one_actor/actor/cio_aH8fIzg",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9q9tmc4u9pr10001"
    ],
    "id": "http://pasture_one_actor/actor/xtK7Z7ztrYc",
    "published": "2024-02-28T20:44:49Z",
    "content": "valid uri",
    "inReplyTo": "http://pasture_one_actor/assets/note1.jsonap"
  }
}
```


```json title="sharkey"
{
  "id": "9q9txl2glblu000n",
  "uri": "http://pasture_one_actor/actor/xtK7Z7ztrYc",
  "url": "http://pasture_one_actor/actor/xtK7Z7ztrYc",
  "account": {
    "id": "9q9to0wnlblu0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-02-28T20:37:22.967Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 20,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": "9o5nesfclblu000m",
  "in_reply_to_account_id": "9q9to0wnlblu0002",
  "reblog": null,
  "content": "<p><span>valid uri</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "valid uri",
  "created_at": "2024-02-28T20:44:49.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": 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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9q9tmc4u9pr10001"
  ],
  "id": "http://pasture_one_actor/actor/IsSaVQCUWsQ",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9q9tmc4u9pr10001"
    ],
    "id": "http://pasture_one_actor/actor/fA-GB26tA1A",
    "published": "2024-02-28T20:45:10Z",
    "content": "invalid uri",
    "inReplyTo": "http://invalid.example/"
  }
}
```


no result

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9q9tmc4u9pr10001"
  ],
  "id": "http://pasture_one_actor/actor/V4h7v3VHEUU",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9q9tmc4u9pr10001"
    ],
    "id": "http://pasture_one_actor/actor/PppiZdVXXEo",
    "published": "2024-02-28T20:45:30Z",
    "content": "list",
    "inReplyTo": [
      "http://pasture_one_actor/assets/note1.jsonap"
    ]
  }
}
```


no result

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9q9tmc4u9pr10001"
  ],
  "id": "http://pasture_one_actor/actor/rK-QW9SMSuc",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9q9tmc4u9pr10001"
    ],
    "id": "http://pasture_one_actor/actor/_bfwgfvlGlM",
    "published": "2024-02-28T20:45:50Z",
    "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9q9tmc4u9pr10001"
  ],
  "id": "http://pasture_one_actor/actor/8xaGKycyPT0",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9q9tmc4u9pr10001"
    ],
    "id": "http://pasture_one_actor/actor/IoJtyGHBWFA",
    "published": "2024-02-28T20:46:11Z",
    "content": "two elements in inReplyTo",
    "inReplyTo": [
      "http://pasture_one_actor/assets/note1.jsonap",
      "http://pasture_one_actor/assets/note2.jsonap"
    ]
  }
}
```


no result

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9q9tmc4u9pr10001"
  ],
  "id": "http://pasture_one_actor/actor/eTlWPYEIgCU",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9q9tmc4u9pr10001"
    ],
    "id": "http://pasture_one_actor/actor/kGpXncRWPyU",
    "published": "2024-02-28T20:46:31Z",
    "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9q9tmc4u9pr10001"
  ],
  "id": "http://pasture_one_actor/actor/JbMS-RL7JH8",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9q9tmc4u9pr10001"
    ],
    "id": "http://pasture_one_actor/actor/a2TxiVJhIzY",
    "published": "2024-02-28T20:46:51Z",
    "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="sharkey"
{
  "id": "9q9u077clblu000o",
  "uri": "http://pasture_one_actor/actor/a2TxiVJhIzY",
  "url": "http://pasture_one_actor/actor/a2TxiVJhIzY",
  "account": {
    "id": "9q9to0wnlblu0002",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-02-28T20:37:22.967Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 21,
    "note": "",
    "url": "http://pasture_one_actor/actor",
    "uri": "http://pasture_one_actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": "9o5nesfclblu000m",
  "in_reply_to_account_id": "9q9to0wnlblu0002",
  "reblog": null,
  "content": "<p><span>embedded note</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "embedded note",
  "created_at": "2024-02-28T20:46:51.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null
}
```