]> Untitled Git - lemmy.git/blob - crates/apub/assets/mastodon/objects/note.json
Add tombstone tests, better test errors (#2046)
[lemmy.git] / crates / apub / assets / mastodon / objects / note.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     }
13   ],
14   "id": "https://mastodon.madrid/users/felix/statuses/107224289116410645",
15   "type": "Note",
16   "summary": null,
17   "inReplyTo": "https://mamot.fr/users/retiolus/statuses/107224244380204526",
18   "published": "2021-11-05T11:46:50Z",
19   "url": "https://mastodon.madrid/@felix/107224289116410645",
20   "attributedTo": "https://mastodon.madrid/users/felix",
21   "to": [
22     "https://mastodon.madrid/users/felix/followers"
23   ],
24   "cc": [
25     "https://www.w3.org/ns/activitystreams#Public",
26     "https://mamot.fr/users/retiolus"
27   ],
28   "sensitive": false,
29   "atomUri": "https://mastodon.madrid/users/felix/statuses/107224289116410645",
30   "inReplyToAtomUri": "https://mamot.fr/users/retiolus/statuses/107224244380204526",
31   "conversation": "tag:mamot.fr,2021-11-05:objectId=64635960:objectType=Conversation",
32   "content": "<p><span class=\"h-card\"><a href=\"https://mamot.fr/@retiolus\" class=\"u-url mention\">@<span>retiolus</span></a></span> i have never been disappointed by a thinkpad. if you want to save money, get a model from a few years ago, there isnt a huge difference anyway.</p>",
33   "contentMap": {
34     "en": "<p><span class=\"h-card\"><a href=\"https://mamot.fr/@retiolus\" class=\"u-url mention\">@<span>retiolus</span></a></span> i have never been disappointed by a thinkpad. if you want to save money, get a model from a few years ago, there isnt a huge difference anyway.</p>"
35   },
36   "attachment": [],
37   "tag": [
38     {
39       "type": "Mention",
40       "href": "https://mamot.fr/users/retiolus",
41       "name": "@retiolus@mamot.fr"
42     }
43   ],
44   "replies": {
45     "id": "https://mastodon.madrid/users/felix/statuses/107224289116410645/replies",
46     "type": "Collection",
47     "first": {
48       "type": "CollectionPage",
49       "next": "https://mastodon.madrid/users/felix/statuses/107224289116410645/replies?only_other_accounts=true&page=true",
50       "partOf": "https://mastodon.madrid/users/felix/statuses/107224289116410645/replies",
51       "items": []
52     }
53   }
54 }