]> Untitled Git - lemmy.git/blob - crates/apub/assets/mastodon/activities/create_note.json
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / assets / mastodon / activities / create_note.json
1 {
2   "@context": [
3     "https://www.w3.org/ns/activitystreams",
4     {
5       "ostatus": "http://ostatus.org#",
6       "atomUri": "ostatus:atomUri"
7     }
8   ],
9   "id": "https://mastodon.madrid/users/felix/statuses/107224289116410645/activity",
10   "type": "Create",
11   "actor": "https://mastodon.madrid/users/felix",
12   "published": "2021-11-05T11:46:50Z",
13   "to": [
14     "https://mastodon.madrid/users/felix/followers"
15   ],
16   "cc": [
17     "https://www.w3.org/ns/activitystreams#Public",
18     "https://mamot.fr/users/retiolus"
19   ],
20   "object": {
21     "id": "https://mastodon.madrid/users/felix/statuses/107224289116410645",
22     "type": "Note",
23     "summary": null,
24     "inReplyTo": "https://mamot.fr/users/retiolus/statuses/107224244380204526",
25     "published": "2021-11-05T11:46:50Z",
26     "url": "https://mastodon.madrid/@felix/107224289116410645",
27     "attributedTo": "https://mastodon.madrid/users/felix",
28     "to": [
29       "https://mastodon.madrid/users/felix/followers"
30     ],
31     "cc": [
32       "https://www.w3.org/ns/activitystreams#Public",
33       "https://mamot.fr/users/retiolus"
34     ],
35     "sensitive": false,
36     "atomUri": "https://mastodon.madrid/users/felix/statuses/107224289116410645",
37     "inReplyToAtomUri": "https://mamot.fr/users/retiolus/statuses/107224244380204526",
38     "conversation": "tag:mamot.fr,2021-11-05:objectId=64635960:objectType=Conversation",
39     "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>",
40     "contentMap": {
41       "en": "<p><span class=\"h-card\"><a href=\"https://mamot.fr/@retiolus\" class=\"u-url mention\">@<span>retiolus</span></a></span> i have neverbeendisappointed by a thinkpad. if you want to save money, get a model from a few years ago, there isnt a huge difference anyway.</p>"
42     },
43     "attachment": [],
44     "tag": [
45       {
46         "type": "Mention",
47         "href": "https://mamot.fr/users/retiolus",
48         "name": "@retiolus@mamot.fr"
49       }
50     ],
51     "replies": {
52       "id": "https://mastodon.madrid/users/felix/statuses/107224289116410645/replies",
53       "type": "Collection",
54       "first": {
55         "type": "CollectionPage",
56         "next": "https://mastodon.madrid/users/felix/statuses/107224289116410645/replies?only_other_accounts=true&page=true",
57         "partOf": "https://mastodon.madrid/users/felix/statuses/107224289116410645/replies",
58         "items": []
59       }
60     }
61   }
62 }