Add option to modify HTTP pool size
[akkoma] / test / fixtures / mastodon-unblock-activity.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "toot": "http://joinmastodon.org/ns#",
7 "sensitive": "as:sensitive",
8 "ostatus": "http://ostatus.org#",
9 "movedTo": "as:movedTo",
10 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
11 "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
12 "conversation": "ostatus:conversation",
13 "atomUri": "ostatus:atomUri",
14 "Hashtag": "as:Hashtag",
15 "Emoji": "toot:Emoji"
16 }
17 ],
18 "signature": {
19 "type": "RsaSignature2017",
20 "signatureValue": "Kn1/UkAQGJVaXBfWLAHcnwHg8YMAUqlEaBuYLazAG+pz5hqivsyrBmPV186Xzr+B4ZLExA9+SnOoNx/GOz4hBm0kAmukNSILAsUd84tcJ2yT9zc1RKtembK4WiwOw7li0+maeDN0HaB6t+6eTqsCWmtiZpprhXD8V1GGT8yG7X24fQ9oFGn+ng7lasbcCC0988Y1eGqNe7KryxcPuQz57YkDapvtONzk8gyLTkZMV4De93MyRHq6GVjQVIgtiYabQAxrX6Q8C+4P/jQoqdWJHEe+MY5JKyNaT/hMPt2Md1ok9fZQBGHlErk22/zy8bSN19GdG09HmIysBUHRYpBLig==",
21 "creator": "http://mastodon.example.org/users/admin#main-key",
22 "created": "2018-02-17T13:29:31Z"
23 },
24 "type": "Undo",
25 "object": {
26 "type": "Block",
27 "object": "http://localtesting.pleroma.lol/users/lain",
28 "nickname": "lain",
29 "id": "http://mastodon.example.org/users/admin#blocks/2",
30 "actor": "http://mastodon.example.org/users/admin"
31 },
32 "actor": "http://mastodon.example.org/users/admin",
33 "id": "http://mastodon.example.org/users/admin#blocks/2/undo"
34 }