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 /follow.jsonld | |
parent | 6900034f2e81831a07bd7ff1928067de4ebd4814 (diff) |
Client addressing for example activities
Diffstat (limited to 'follow.jsonld')
-rw-r--r-- | follow.jsonld | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/follow.jsonld b/follow.jsonld index 290ca70..73f5a1c 100644 --- a/follow.jsonld +++ b/follow.jsonld @@ -3,5 +3,6 @@ "id": "https://0.exozy.me/users/test.outbox/follow", "type": "Follow", "actor": "https://0.exozy.me/users/test.jsonld", - "object": "https://social.exozy.me/users/a" + "object": "https://social.exozy.me/users/guest", + "to": "https://social.exozy.me/users/guest" } |