Quote posting (#113)
[akkoma] / test / fixtures / fedibird / quote.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 {
5 "ostatus": "http://ostatus.org#",
6 "atomUri": "ostatus:atomUri",
7 "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
8 "conversation": "ostatus:conversation",
9 "sensitive": "as:sensitive",
10 "toot": "http://joinmastodon.org/ns#",
11 "votersCount": "toot:votersCount",
12 "fedibird": "http://fedibird.com/ns#",
13 "quoteUri": "fedibird:quoteUri",
14 "expiry": "fedibird:expiry",
15 "references": {
16 "@id": "fedibird:references",
17 "@type": "@id"
18 },
19 "emojiReactions": {
20 "@id": "fedibird:emojiReactions",
21 "@type": "@id"
22 }
23 }
24 ],
25 "id": "https://fedibird.com/users/akkoma_ap_integration_tester/statuses/108707679228362674",
26 "type": "Note",
27 "summary": null,
28 "inReplyTo": null,
29 "published": "2022-07-25T11:12:26Z",
30 "url": "https://fedibird.com/@akkoma_ap_integration_tester/108707679228362674",
31 "attributedTo": "https://fedibird.com/users/akkoma_ap_integration_tester",
32 "to": [
33 "https://fedibird.com/users/akkoma_ap_integration_tester/followers"
34 ],
35 "cc": [
36 "https://www.w3.org/ns/activitystreams#Public"
37 ],
38 "sensitive": false,
39 "atomUri": "https://fedibird.com/users/akkoma_ap_integration_tester/statuses/108707679228362674",
40 "inReplyToAtomUri": null,
41 "conversation": "tag:fedibird.com,2022-07-25:objectId=108707679228389900:objectType=Conversation",
42 "context": "https://fedibird.com/contexts/108707679228389900",
43 "quoteUri": "https://example.com/objects/43479e20-c0f8-4f49-bf7f-13fab8234924",
44 "_misskey_quote": "https://example.com/objects/43479e20-c0f8-4f49-bf7f-13fab8234924",
45 "_misskey_content": "public quote",
46 "content": "<p>public quote<span class=\"quote-inline\"><br/>QT: <a class=\"status-url-link\" data-status-account-acct=\"ArtMirror@example.com\" data-status-id=\"108703793483919195\" href=\"https://example.com/objects/24d9f2e1-32d2-4bd5-bdf2-8ea61d3fb5e8\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">example.com/objects/24d9f</span><span class=\"invisible\">2e1-32d2-4bd5-bdf2-8ea61d3fb5e8</span></a></span><span class=\"reference-link-inline\"> <a href=\"https://fedibird.com/@akkoma_ap_integration_tester/108707679228362674/references\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"status-link unhandled-link\" data-status-id=\"108707679228362674\">[参照]</a></span></p>",
47 "contentMap": {
48 "ja": "<p>public quote<span class=\"quote-inline\"><br/>QT: <a class=\"status-url-link\" data-status-account-acct=\"ArtMirror@example.com\" data-status-id=\"108703793483919195\" href=\"https://example.com/objects/24d9f2e1-32d2-4bd5-bdf2-8ea61d3fb5e8\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">example.com/objects/24d9f</span><span class=\"invisible\">2e1-32d2-4bd5-bdf2-8ea61d3fb5e8</span></a></span><span class=\"reference-link-inline\"> <a href=\"https://fedibird.com/@akkoma_ap_integration_tester/108707679228362674/references\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"status-link unhandled-link\" data-status-id=\"108707679228362674\">[参照]</a></span></p>"
49 },
50 "attachment": [],
51 "tag": [],
52 "replies": {
53 "id": "https://fedibird.com/users/akkoma_ap_integration_tester/statuses/108707679228362674/replies",
54 "type": "Collection",
55 "first": {
56 "type": "CollectionPage",
57 "next": "https://fedibird.com/users/akkoma_ap_integration_tester/statuses/108707679228362674/replies?only_other_accounts=true&page=true",
58 "partOf": "https://fedibird.com/users/akkoma_ap_integration_tester/statuses/108707679228362674/replies",
59 "items": []
60 }
61 },
62 "references": {
63 "id": "https://fedibird.com/users/akkoma_ap_integration_tester/statuses/108707679228362674/references",
64 "type": "Collection",
65 "first": {
66 "type": "CollectionPage",
67 "partOf": "https://fedibird.com/users/akkoma_ap_integration_tester/statuses/108707679228362674/references",
68 "items": [
69 "https://example.com/objects/24d9f2e1-32d2-4bd5-bdf2-8ea61d3fb5e8"
70 ]
71 }
72 }
73 }