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