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 /follow.jsonld | |
parent | 4fbf68e7003cfe34f45ffe214db340ff7d090b4b (diff) |
Add example like activity
Diffstat (limited to 'follow.jsonld')
-rw-r--r-- | follow.jsonld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/follow.jsonld b/follow.jsonld index e5c4994..c356431 100644 --- a/follow.jsonld +++ b/follow.jsonld @@ -3,6 +3,6 @@ "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/guest", - "to": "https://social.exozy.me/users/guest" + "object": "https://social.exozy.me/users/a", + "to": "https://social.exozy.me/users/a" } |