diff options
author | Anthony Wang | 2023-01-18 15:44:25 -0500 |
---|---|---|
committer | Anthony Wang | 2023-01-18 15:44:57 -0500 |
commit | 0dbfb50f15a5cfaa7a536354b1e7f6ffeba074e5 (patch) | |
tree | ed565a0fd5ed93fb5b9ad0cac1fe61f6ec6dbe63 /accept.jsonld | |
parent | 4fbf68e7003cfe34f45ffe214db340ff7d090b4b (diff) |
Add example like activity
Diffstat (limited to 'accept.jsonld')
-rw-r--r-- | accept.jsonld | 6 |
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" } |