aboutsummaryrefslogtreecommitdiff
path: root/follow.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 /follow.jsonld
parentf4631349520ae823843ae5f5f3adda42ad047fae (diff)
Add latest working code
Diffstat (limited to 'follow.jsonld')
-rw-r--r--follow.jsonld7
1 files changed, 7 insertions, 0 deletions
diff --git a/follow.jsonld b/follow.jsonld
new file mode 100644
index 0000000..290ca70
--- /dev/null
+++ b/follow.jsonld
@@ -0,0 +1,7 @@
+{
+ "@context": "https://www.w3.org/ns/activitystreams",
+ "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"
+}