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/a9xvn0n28ql50003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Gt9IfeP9bwM",
"published": "2025-07-08T09:19:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9xvn0n28ql50003"
],
"id": "http://pasture-one-actor/actor/3LBkgdyf3mY",
"published": "2025-07-08T09:19:33Z",
"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/a9xvn0n28ql50003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ptvonjpvJgI",
"published": "2025-07-08T09:19:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9xvn0n28ql50003"
],
"id": "http://pasture-one-actor/actor/6a5p2WifPaQ",
"published": "2025-07-08T09:19:44Z",
"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/a9xvn0n28ql50003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/euhdWzbdO5c",
"published": "2025-07-08T09:19:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9xvn0n28ql50003"
],
"id": "http://pasture-one-actor/actor/0qvajQlaaks",
"published": "2025-07-08T09:19:55Z",
"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/a9xvn0n28ql50003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/fjvBCm5lO7g",
"published": "2025-07-08T09:20:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9xvn0n28ql50003"
],
"id": "http://pasture-one-actor/actor/Ea14gATv6FI",
"published": "2025-07-08T09:20:05Z",
"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/a9xvn0n28ql50003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/SfuMr7wL3Hc",
"published": "2025-07-08T09:20:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9xvn0n28ql50003"
],
"id": "http://pasture-one-actor/actor/tLEUOyZ3cU4",
"published": "2025-07-08T09:20:16Z",
"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/a9xvn0n28ql50003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/-Pf_RTNFM_I",
"published": "2025-07-08T09:20:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9xvn0n28ql50003"
],
"id": "http://pasture-one-actor/actor/j4ENQDZrIgk",
"published": "2025-07-08T09:20:27Z",
"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/a9xvn0n28ql50003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/fdd5avzeMPM",
"published": "2025-07-08T09:20:38Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9xvn0n28ql50003"
],
"id": "http://pasture-one-actor/actor/YrZJTD0uhEI",
"published": "2025-07-08T09:20:38Z",
"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"
}
}
}