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": [
"http://misskey/users/ac27zbxd33c70003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/SI3LS6EMJ5Q",
"published": "2025-08-30T19:31:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac27zbxd33c70003"
],
"id": "http://pasture-one-actor/object/ZeZ7XI5F4o4",
"published": "2025-08-30T19:31:20Z",
"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": [
"http://misskey/users/ac27zbxd33c70003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/yhHzDj7b6gU",
"published": "2025-08-30T19:31:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac27zbxd33c70003"
],
"id": "http://pasture-one-actor/object/C6Va2rk8atc",
"published": "2025-08-30T19:31:32Z",
"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": [
"http://misskey/users/ac27zbxd33c70003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/8EGQio35xsE",
"published": "2025-08-30T19:31:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac27zbxd33c70003"
],
"id": "http://pasture-one-actor/object/19_aVP3cpA0",
"published": "2025-08-30T19:31:43Z",
"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": [
"http://misskey/users/ac27zbxd33c70003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/eWZDindAfCU",
"published": "2025-08-30T19:31:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac27zbxd33c70003"
],
"id": "http://pasture-one-actor/object/R9x2YzVaQZk",
"published": "2025-08-30T19:31:54Z",
"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": [
"http://misskey/users/ac27zbxd33c70003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/FTvOYuwh-0o",
"published": "2025-08-30T19:32:06Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac27zbxd33c70003"
],
"id": "http://pasture-one-actor/object/nNM3azWMp8A",
"published": "2025-08-30T19:32:06Z",
"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": [
"http://misskey/users/ac27zbxd33c70003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/CE22T7A53EE",
"published": "2025-08-30T19:32:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac27zbxd33c70003"
],
"id": "http://pasture-one-actor/object/ynhqHgpjAD8",
"published": "2025-08-30T19:32:17Z",
"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": [
"http://misskey/users/ac27zbxd33c70003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/t7ZeUk9h9ws",
"published": "2025-08-30T19:32:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/ac27zbxd33c70003"
],
"id": "http://pasture-one-actor/object/clcF5_U7AW4",
"published": "2025-08-30T19:32:28Z",
"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"
}
}
}