aboutsummaryrefslogtreecommitdiff
path: root/accept.jsonld
diff options
context:
space:
mode:
authorAnthony Wang2023-01-18 06:23:36 +0000
committerAnthony Wang2023-01-18 06:23:36 +0000
commita2e773ebd1a64ac67479ceb05ee3836957ac0e7b (patch)
treed332f5a166ec4064b6245914bc1a9cdd83d2a41f /accept.jsonld
parentf4631349520ae823843ae5f5f3adda42ad047fae (diff)
Add latest working code
Diffstat (limited to 'accept.jsonld')
-rw-r--r--accept.jsonld12
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"
+ }
+}