590e399fe9689ce1865d5d82f738a3992bf9ed16
[akkoma] / test / fixtures / misskey / mfm_x_format.json
1 {
2 "id": "https://misskey.local.live/notes/92j1n3owja",
3 "type": "Note",
4 "attributedTo": "https://misskey.local.live/users/92hzkskwgy",
5 "summary": null,
6 "content": "this does not get replaced",
7 "source": {
8 "content": "@akkoma_user @remote_user @full_tag_remote_user@misskey.local.live @oops_not_a_mention linkifylink #dancedance $[jelly mfm goes here] \n\n## aaa",
9 "mediaType": "text/x.misskeymarkdown"
10 },
11 "published": "2022-07-10T15:37:36.368Z",
12 "to": [
13 "https://www.w3.org/ns/activitystreams#Public"
14 ],
15 "cc": [
16 "https://misskey.local.live/users/92hzkskwgy/followers",
17 "http://localhost:4001/users/akkoma_user"
18 ],
19 "inReplyTo": null,
20 "attachment": [],
21 "sensitive": false,
22 "tag": [
23 {
24 "type": "Hashtag",
25 "href": "https://misskey.local.live/tags/dancedance",
26 "name": "#dancedance"
27 },
28 {
29 "type": "Mention",
30 "href": "http://localhost:4001/users/akkoma_user",
31 "name": "@akkoma_user"
32 },
33 {
34 "type": "Mention",
35 "href": "http://misskey.local.live/users/remote_user",
36 "name": "@remote_user"
37 },
38 {
39 "type": "Mention",
40 "href": "http://misskey.local.live/users/full_tag_remote_user",
41 "name": "@full_tag_remote_user"
42 }
43 ]
44 }