Merge pull request 'Reblog content should be ""' (#489) from masto4-reboost into...
[akkoma] / test / fixtures / misskey / recursive_quote.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
7 "sensitive": "as:sensitive",
8 "Hashtag": "as:Hashtag",
9 "quoteUrl": "as:quoteUrl",
10 "toot": "http://joinmastodon.org/ns#",
11 "Emoji": "toot:Emoji",
12 "featured": "toot:featured",
13 "discoverable": "toot:discoverable",
14 "schema": "http://schema.org#",
15 "PropertyValue": "schema:PropertyValue",
16 "value": "schema:value",
17 "misskey": "https://misskey-hub.net/ns#",
18 "_misskey_content": "misskey:_misskey_content",
19 "_misskey_quote": "misskey:_misskey_quote",
20 "_misskey_reaction": "misskey:_misskey_reaction",
21 "_misskey_votes": "misskey:_misskey_votes",
22 "_misskey_talk": "misskey:_misskey_talk",
23 "isCat": "misskey:isCat",
24 "vcard": "http://www.w3.org/2006/vcard/ns#"
25 }
26 ],
27 "id": "https://misskey.io/notes/934gok3482",
28 "type": "Note",
29 "attributedTo": "https://misskey.io/users/93492q0ip0",
30 "summary": null,
31 "content": "<p><span>i quompt u</p>",
32 "_misskey_content": "i quompt u",
33 "source": {
34 "content": "i quompt u",
35 "mediaType": "text/x.misskeymarkdown"
36 },
37 "_misskey_quote": "https://misskey.io/notes/934gok3482",
38 "quoteUrl": "https://misskey.io/notes/934gok3482",
39 "published": "2022-07-25T15:21:48.208Z",
40 "to": [
41 "https://www.w3.org/ns/activitystreams#Public"
42 ],
43 "cc": [],
44 "inReplyTo": null,
45 "attachment": [],
46 "sensitive": false,
47 "tag": []
48 }