Merge branch 'develop' into feature/activitypub
[akkoma] / test / fixtures / mastodon-post-activity.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "Emoji": "toot:Emoji",
7 "Hashtag": "as:Hashtag",
8 "atomUri": "ostatus:atomUri",
9 "conversation": "ostatus:conversation",
10 "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
11 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
12 "movedTo": "as:movedTo",
13 "ostatus": "http://ostatus.org#",
14 "sensitive": "as:sensitive",
15 "toot": "http://joinmastodon.org/ns#"
16 }
17 ],
18 "actor": "http://mastodon.example.org/users/admin",
19 "cc": [
20 "http://mastodon.example.org/users/admin/followers",
21 "http://localtesting.pleroma.lol/users/lain"
22 ],
23 "id": "http://mastodon.example.org/users/admin/statuses/99512778738411822/activity",
24 "nickname": "lain",
25 "object": {
26 "atomUri": "http://mastodon.example.org/users/admin/statuses/99512778738411822",
27 "attachment": [],
28 "attributedTo": "http://mastodon.example.org/users/admin",
29 "cc": [
30 "http://mastodon.example.org/users/admin/followers",
31 "http://localtesting.pleroma.lol/users/lain"
32 ],
33 "content": "<p><span class=\"h-card\"><a href=\"http://localtesting.pleroma.lol/users/lain\" class=\"u-url mention\">@<span>lain</span></a></span></p>",
34 "conversation": "tag:mastodon.example.org,2018-02-12:objectId=20:objectType=Conversation",
35 "id": "http://mastodon.example.org/users/admin/statuses/99512778738411822",
36 "inReplyTo": null,
37 "inReplyToAtomUri": null,
38 "published": "2018-02-12T14:08:20Z",
39 "sensitive": true,
40 "summary": "cw",
41 "tag": [
42 {
43 "href": "http://localtesting.pleroma.lol/users/lain",
44 "name": "@lain@localtesting.pleroma.lol",
45 "type": "Mention"
46 }
47 ],
48 "to": [
49 "https://www.w3.org/ns/activitystreams#Public"
50 ],
51 "type": "Note",
52 "url": "http://mastodon.example.org/@admin/99512778738411822"
53 },
54 "published": "2018-02-12T14:08:20Z",
55 "signature": {
56 "created": "2018-02-12T14:08:20Z",
57 "creator": "http://mastodon.example.org/users/admin#main-key",
58 "signatureValue": "rnNfcopkc6+Ju73P806popcfwrK9wGYHaJVG1/ZvrlEbWVDzaHjkXqj9Q3/xju5l8CSn9tvSgCCtPFqZsFQwn/pFIFUcw7ZWB2xi4bDm3NZ3S4XQ8JRaaX7og5hFxAhWkGhJhAkfxVnOg2hG+w2d/7d7vRVSC1vo5ip4erUaA/PkWusZvPIpxnRWoXaxJsFmVx0gJgjpJkYDyjaXUlp+jmaoseeZ4EPQUWqHLKJ59PRG0mg8j2xAjYH9nQaN14qMRmTGPxY8gfv/CUFcatA+8VJU9KEsJkDAwLVvglydNTLGrxpAJU78a2eaht0foV43XUIZGe3DKiJPgE+UOKGCJw==",
59 "type": "RsaSignature2017"
60 },
61 "to": [
62 "https://www.w3.org/ns/activitystreams#Public"
63 ],
64 "type": "Create"
65 }