Add option to modify HTTP pool size
[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 "content": ":pudding:",
9 "actor": "http://mastodon.example.org/users/admin",
10 "cc" : ["https://testing.pleroma.lol/users/lain"],
11 "id" : "https://misskey.xyz/75149198-2f45-46e4-930a-8b0538297075",
12 "nickname" : "lain",
13 "object" : "https://testing.pleroma.lol/objects/c331bbf7-2eb9-4801-a709-2a6103492a5a",
14 "type" : "Like",
15 "tag": [
16 {
17 "id": "https://somewhere/emoji/pudding",
18 "name": ":pudding:",
19 "type": "Emoji",
20 "icon": {
21 "type": "Image",
22 "mediaType": "image/png",
23 "url": "http://somewhere"
24 }
25 }
26 ]
27 }