diff options
author | Anthony Wang | 2023-01-18 14:47:10 -0500 |
---|---|---|
committer | Anthony Wang | 2023-01-18 14:47:10 -0500 |
commit | b181dd36f7ce3d78db61e4d84d456c364cb234fa (patch) | |
tree | 7be26a9511a8c5e3658b65307ba5793abdace1c2 /accept.jsonld | |
parent | 6900034f2e81831a07bd7ff1928067de4ebd4814 (diff) |
Client addressing for example activities
Diffstat (limited to 'accept.jsonld')
-rw-r--r-- | accept.jsonld | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accept.jsonld b/accept.jsonld index 6af9bbb..ecfa6f2 100644 --- a/accept.jsonld +++ b/accept.jsonld @@ -4,9 +4,10 @@ "actor": "https://0.exozy.me/users/test.jsonld", "object": { "@context": "https://www.w3.org/ns/activitystreams", - "id": "https://social.exozy.me/b363f127-6422-4566-b8f1-878aa33b0e1c", + "id": "https://social.exozy.me/3dee8471-202d-438f-be51-8870fd797f9a", "type": "Follow", - "actor": "https://social.exozy.me/users/a", + "actor": "https://social.exozy.me/users/guest", "object": "https://0.exozy.me/users/test.jsonld" - } + }, + "to": "https://social.exozy.me/users/guest" } |