Add basic like activity
This commit is contained in:
parent
b4ad068bab
commit
5727a8c834
1 changed files with 6 additions and 0 deletions
6
src/main/resources/like_activity.json
Normal file
6
src/main/resources/like_activity.json
Normal 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"}
|
Loading…
Reference in a new issue