From eaeebef7a8e4ca58c56f1e011e5a8166a2cae983 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 28 Jun 2022 12:07:16 +0100 Subject: [PATCH] statuses --- specification/activitypub.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/activitypub.md b/specification/activitypub.md index 6b979c4d9..6beb8e9e2 100644 --- a/specification/activitypub.md +++ b/specification/activitypub.md @@ -281,7 +281,7 @@ As an example, if example.com receives the activity "https://example.com/users/john"], "object": { "@context": {"@language": "en"}, - "id": "https://example.org/users/alice/note/23", + "id": "https://example.org/users/alice/statuses/23", "type": "Note", "attributedTo": "https://example.org/users/alice", "mediaType": "text/html", @@ -729,7 +729,7 @@ The above example could be converted to this: "id": "https://example.net/users/mallory/87374", "actor": "https://example.net/users/mallory", "object": { - "id": "https://example.com/@mallory/note/72", + "id": "https://example.com/@mallory/statuses/72", "type": "Note", "attributedTo": "https://example.net/users/mallory", "content": "This is a note", @@ -845,7 +845,7 @@ A deleted object: ``` json { "@context": "https://www.w3.org/ns/activitystreams", - "id": "https://example.com/@alice/note/72", + "id": "https://example.com/@alice/statuses/72", "type": "Tombstone", "published": "2015-02-10T15:04:55Z", "updated": "2015-02-10T15:04:55Z",