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/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/Hb_xEZBePr0",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/osrvwaJHr1s",
    "published": "2024-03-04T16:24:38Z",
    "content": "valid uri",
    "inReplyTo": "http://pasture_one_actor/assets/note1.jsonap"
  }
}
```


```json title="sharkey"
{
  "id": "9qgpu8vkbg0k000o",
  "uri": "http://pasture_one_actor/actor/osrvwaJHr1s",
  "url": "http://pasture_one_actor/actor/osrvwaJHr1s",
  "account": {
    "id": "9qgpt8hxbg0k0003",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-04T16:23:50.853Z",
    "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": "9o5nesfcbg0k000n",
  "in_reply_to_account_id": "9qgpt8hxbg0k0003",
  "reblog": null,
  "content": "<p><span>valid uri</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "valid uri",
  "created_at": "2024-03-04T16:24:38.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/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/MSKijb2FIR8",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/DCZcTR6skXs",
    "published": "2024-03-04T16:24:41Z",
    "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/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/l23vNl6t03c",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/zK6l1tu4iSY",
    "published": "2024-03-04T16:24:43Z",
    "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/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/waUfNBM9KeY",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/Dh4GCIGfNYI",
    "published": "2024-03-04T16:24:45Z",
    "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/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/jcUHW2OAxfo",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/KWm00PoxpuQ",
    "published": "2024-03-04T16:24:47Z",
    "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/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/kr1qKur88eQ",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/WEAL04031nY",
    "published": "2024-03-04T16:24:49Z",
    "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/9qgprq5jcxrh0001"
  ],
  "id": "http://pasture_one_actor/actor/uMyC0APjP5M",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9qgprq5jcxrh0001"
    ],
    "id": "http://pasture_one_actor/actor/eHLHRfer5Ow",
    "published": "2024-03-04T16:24: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": "9qgpuiwobg0k000p",
  "uri": "http://pasture_one_actor/actor/eHLHRfer5Ow",
  "url": "http://pasture_one_actor/actor/eHLHRfer5Ow",
  "account": {
    "id": "9qgpt8hxbg0k0003",
    "username": "actor",
    "acct": "actor@pasture_one_actor",
    "fqn": "actor@pasture_one_actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-03-04T16:23:50.853Z",
    "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": "9o5nesfcbg0k000n",
  "in_reply_to_account_id": "9qgpt8hxbg0k0003",
  "reblog": null,
  "content": "<p><span>embedded note</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "embedded note",
  "created_at": "2024-03-04T16:24: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
}
```