Add basic like activity

This commit is contained in:
erik 2023-06-22 14:11:20 +02:00
parent b4ad068bab
commit 5727a8c834

View file

@ -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"}