Add option to modify HTTP pool size
[akkoma] / test / fixtures / custom-emoji-reaction.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "Hashtag": "as:Hashtag"
7 }
8 ],
9 "type": "Like",
10 "id": "https://misskey.local.live/likes/917ocsybgp",
11 "actor": "https://misskey.local.live/users/8x8yep20u2",
12 "object": "https://pleroma.local.live/objects/89937a53-2692-4631-bb62-770091267391",
13 "content": ":hanapog:",
14 "_misskey_reaction": ":hanapog:",
15 "tag": [
16 {
17 "id": "https://misskey.local.live/emojis/hanapog",
18 "type": "Emoji",
19 "name": ":hanapog:",
20 "updated": "2022-06-07T12:00:05.773Z",
21 "icon": {
22 "type": "Image",
23 "mediaType": "image/png",
24 "url": "https://misskey.local.live/files/webpublic-8f8a9768-7264-4171-88d6-2356aabeadcd"
25 }
26 }
27 ]
28 }