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 /like.jsonld | |
parent | 4fbf68e7003cfe34f45ffe214db340ff7d090b4b (diff) |
Add example like activity
Diffstat (limited to 'like.jsonld')
-rw-r--r-- | like.jsonld | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/like.jsonld b/like.jsonld new file mode 100644 index 0000000..e2ecd77 --- /dev/null +++ b/like.jsonld @@ -0,0 +1,8 @@ +{ + "@context": "https://www.w3.org/ns/activitystreams", + "id": "https://0.exozy.me/users/test.outbox#like", + "type": "Like", + "actor": "https://0.exozy.me/users/test.jsonld", + "object": "https://social.exozy.me/@a/109707513227348721", + "to": "https://social.exozy.me/users/a" +} |