Merge branch 'docs/goto-libera' into 'develop'
[akkoma] / test / fixtures / misskey-like.json
1 {
2 "@context" : [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {"Hashtag" : "as:Hashtag"}
6 ],
7 "_misskey_reaction" : "pudding",
8 "actor": "http://mastodon.example.org/users/admin",
9 "cc" : ["https://testing.pleroma.lol/users/lain"],
10 "id" : "https://misskey.xyz/75149198-2f45-46e4-930a-8b0538297075",
11 "nickname" : "lain",
12 "object" : "https://testing.pleroma.lol/objects/c331bbf7-2eb9-4801-a709-2a6103492a5a",
13 "type" : "Like"
14 }