Skip to content

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://sharkey/users/aaxzjak82knh0003"
  ],
  "id": "http://pasture-one-actor/actor/1qwN0vdbj7A",
  "published": "2025-08-02T15:43:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/aaxzjak82knh0003"
    ],
    "id": "http://pasture-one-actor/actor/vRCH-1E5kP8",
    "published": "2025-08-02T15:43:49Z",
    "content": "valid uri",
    "inReplyTo": "http://pasture-one-actor/assets/note1.jsonap"
  }
}

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://sharkey/users/aaxzjak82knh0003"
  ],
  "id": "http://pasture-one-actor/actor/Z7clEgmUvKM",
  "published": "2025-08-02T15:44:01Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/aaxzjak82knh0003"
    ],
    "id": "http://pasture-one-actor/actor/jGy0vRttUCs",
    "published": "2025-08-02T15:44:01Z",
    "content": "invalid uri",
    "inReplyTo": "http://invalid.example/"
  }
}

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://sharkey/users/aaxzjak82knh0003"
  ],
  "id": "http://pasture-one-actor/actor/JSNvaVmVCHc",
  "published": "2025-08-02T15:44:14Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/aaxzjak82knh0003"
    ],
    "id": "http://pasture-one-actor/actor/mUex74eR1D8",
    "published": "2025-08-02T15:44:14Z",
    "content": "list",
    "inReplyTo": [
      "http://pasture-one-actor/assets/note1.jsonap"
    ]
  }
}

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://sharkey/users/aaxzjak82knh0003"
  ],
  "id": "http://pasture-one-actor/actor/IvT6DKZkRno",
  "published": "2025-08-02T15:44:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/aaxzjak82knh0003"
    ],
    "id": "http://pasture-one-actor/actor/Prsv7vclb5Y",
    "published": "2025-08-02T15:44:26Z",
    "content": "Link in inReplyTo",
    "inReplyTo": {
      "type": "Link",
      "href": "http://pasture-one-actor/assets/note1.jsonap"
    }
  }
}

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://sharkey/users/aaxzjak82knh0003"
  ],
  "id": "http://pasture-one-actor/actor/EguM8kn96Wo",
  "published": "2025-08-02T15:44:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/aaxzjak82knh0003"
    ],
    "id": "http://pasture-one-actor/actor/NcmLQT6sWgc",
    "published": "2025-08-02T15:44:39Z",
    "content": "two elements in inReplyTo",
    "inReplyTo": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}

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://sharkey/users/aaxzjak82knh0003"
  ],
  "id": "http://pasture-one-actor/actor/fgJUey5U9EY",
  "published": "2025-08-02T15:44:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/aaxzjak82knh0003"
    ],
    "id": "http://pasture-one-actor/actor/x-bHxn-EB0Y",
    "published": "2025-08-02T15:44:51Z",
    "content": "collection",
    "inReplyTo": {
      "type": "Collection",
      "items": [
        "http://pasture-one-actor/actor"
      ]
    }
  }
}

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://sharkey/users/aaxzjak82knh0003"
  ],
  "id": "http://pasture-one-actor/actor/Lv28ihBGQnI",
  "published": "2025-08-02T15:45:03Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/aaxzjak82knh0003"
    ],
    "id": "http://pasture-one-actor/actor/CknkyvyJ8Sk",
    "published": "2025-08-02T15:45:03Z",
    "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"
    }
  }
}