aboutsummaryrefslogtreecommitdiff
path: root/accept.jsonld
diff options
context:
space:
mode:
authorAnthony Wang2023-01-18 15:44:25 -0500
committerAnthony Wang2023-01-18 15:44:57 -0500
commit0dbfb50f15a5cfaa7a536354b1e7f6ffeba074e5 (patch)
treeed565a0fd5ed93fb5b9ad0cac1fe61f6ec6dbe63 /accept.jsonld
parent4fbf68e7003cfe34f45ffe214db340ff7d090b4b (diff)
Add example like activity
Diffstat (limited to 'accept.jsonld')
-rw-r--r--accept.jsonld6
1 files changed, 3 insertions, 3 deletions
diff --git a/accept.jsonld b/accept.jsonld
index ecfa6f2..ac00005 100644
--- a/accept.jsonld
+++ b/accept.jsonld
@@ -4,10 +4,10 @@
"actor": "https://0.exozy.me/users/test.jsonld",
"object": {
"@context": "https://www.w3.org/ns/activitystreams",
- "id": "https://social.exozy.me/3dee8471-202d-438f-be51-8870fd797f9a",
+ "id": "https://social.exozy.me/9a9e4ad7-f86a-4190-8782-9df9951c5ff6",
"type": "Follow",
- "actor": "https://social.exozy.me/users/guest",
+ "actor": "https://social.exozy.me/users/a",
"object": "https://0.exozy.me/users/test.jsonld"
},
- "to": "https://social.exozy.me/users/guest"
+ "to": "https://social.exozy.me/users/a"
}