From 5727a8c83469852bcdd3c1121a1161ea216bfdab Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 22 Jun 2023 14:11:20 +0200 Subject: [PATCH] Add basic like activity --- src/main/resources/like_activity.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/resources/like_activity.json diff --git a/src/main/resources/like_activity.json b/src/main/resources/like_activity.json new file mode 100644 index 0000000..32c2f25 --- /dev/null +++ b/src/main/resources/like_activity.json @@ -0,0 +1,6 @@ +{"@context": "https://www.w3.org/ns/activitystreams", + "type": "Like", + "id": "https://social.example/alyssa/posts/5312e10e-5110-42e5-a09b-934882b3ecec", + "to": ["https://chatty.example/ben/"], + "actor": "https://social.example/alyssa/", + "object": "https://chatty.example/ben/p/51086"} \ No newline at end of file