Add option to modify HTTP pool size
[akkoma] / test / fixtures / mastodon-accept-activity.json
1 {
2 "type": "Accept",
3 "signature": {
4 "type": "RsaSignature2017",
5 "signatureValue": "rBzK4Kqhd4g7HDS8WE5oRbWQb2R+HF/6awbUuMWhgru/xCODT0SJWSri0qWqEO4fPcpoUyz2d25cw6o+iy9wiozQb3hQNnu69AR+H5Mytc06+g10KCHexbGhbAEAw/7IzmeXELHUbaqeduaDIbdt1zw4RkwLXdqgQcGXTJ6ND1wM3WMHXQCK1m0flasIXFoBxpliPAGiElV8s0+Ltuh562GvflG3kB3WO+j+NaR0ZfG5G9N88xMj9UQlCKit5gpAE5p6syUsCU2WGBHywTumv73i3OVTIFfq+P9AdMsRuzw1r7zoKEsthW4aOzLQDi01ZjvdBz8zH6JnjDU7SMN/Ig==",
6 "creator": "http://mastodon.example.org/users/admin#main-key",
7 "created": "2018-02-17T14:36:41Z"
8 },
9 "object": {
10 "type": "Follow",
11 "object": "http://mastodon.example.org/users/admin",
12 "id": "http://localtesting.pleroma.lol/users/lain#follows/4",
13 "actor": "http://localtesting.pleroma.lol/users/lain"
14 },
15 "nickname": "lain",
16 "id": "http://mastodon.example.org/users/admin#accepts/follows/4",
17 "actor": "http://mastodon.example.org/users/admin",
18 "@context": [
19 "https://www.w3.org/ns/activitystreams",
20 "https://w3id.org/security/v1",
21 {
22 "toot": "http://joinmastodon.org/ns#",
23 "sensitive": "as:sensitive",
24 "ostatus": "http://ostatus.org#",
25 "movedTo": "as:movedTo",
26 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
27 "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
28 "conversation": "ostatus:conversation",
29 "atomUri": "ostatus:atomUri",
30 "Hashtag": "as:Hashtag",
31 "Emoji": "toot:Emoji"
32 }
33 ]
34 }