diff options
author | Anthony Wang | 2023-01-18 06:23:36 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-18 06:23:36 +0000 |
commit | a2e773ebd1a64ac67479ceb05ee3836957ac0e7b (patch) | |
tree | d332f5a166ec4064b6245914bc1a9cdd83d2a41f /accept.jsonld | |
parent | f4631349520ae823843ae5f5f3adda42ad047fae (diff) |
Add latest working code
Diffstat (limited to 'accept.jsonld')
-rw-r--r-- | accept.jsonld | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/accept.jsonld b/accept.jsonld new file mode 100644 index 0000000..6af9bbb --- /dev/null +++ b/accept.jsonld @@ -0,0 +1,12 @@ +{ + "@context": "https://www.w3.org/ns/activitystreams", + "type": "Accept", + "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", + "type": "Follow", + "actor": "https://social.exozy.me/users/a", + "object": "https://0.exozy.me/users/test.jsonld" + } +} |