Add option to modify HTTP pool size
[akkoma] / test / fixtures / bogus-mastodon-announce.json
1 {
2 "type": "Announce",
3 "to": [
4 "https://www.w3.org/ns/activitystreams#Public"
5 ],
6 "published": "2018-02-17T19:39:15Z",
7 "object": {
8 "type": "Note",
9 "id": "https://mastodon.social/users/emelie/statuses/101849165031453404",
10 "attributedTo": "https://mastodon.social/users/emelie",
11 "content": "this is a public toot",
12 "to": [
13 "https://www.w3.org/ns/activitystreams#Public"
14 ],
15 "cc": [
16 "https://mastodon.social/users/emelie",
17 "https://mastodon.social/users/emelie/followers"
18 ]
19 },
20 "id": "http://mastodon.example.org/users/admin/statuses/99542391527669785/activity",
21 "cc": [
22 "http://mastodon.example.org/users/admin",
23 "http://mastodon.example.org/users/admin/followers"
24 ],
25 "atomUri": "http://mastodon.example.org/users/admin/statuses/99542391527669785/activity",
26 "actor": "http://mastodon.example.org/users/admin",
27 "@context": [
28 "https://www.w3.org/ns/activitystreams",
29 "https://w3id.org/security/v1",
30 {
31 "toot": "http://joinmastodon.org/ns#",
32 "sensitive": "as:sensitive",
33 "ostatus": "http://ostatus.org#",
34 "movedTo": "as:movedTo",
35 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
36 "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
37 "conversation": "ostatus:conversation",
38 "atomUri": "ostatus:atomUri",
39 "Hashtag": "as:Hashtag",
40 "Emoji": "toot:Emoji"
41 }
42 ]
43 }