]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/create_or_update/create_note.json
4360ce92af9ac3b1c911c7ce5a6f6dfc3251fb95
[lemmy.git] / crates / apub / assets / lemmy / activities / create_or_update / create_note.json
1 {
2   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
3   "to": [
4     "https://www.w3.org/ns/activitystreams#Public"
5   ],
6   "object": {
7     "type": "Note",
8     "id": "http://ds9.lemmy.ml/comment/1",
9     "attributedTo": "http://ds9.lemmy.ml/u/lemmy_alpha",
10     "to": [
11       "https://www.w3.org/ns/activitystreams#Public"
12     ],
13     "content": "hello",
14     "mediaType": "text/html",
15     "source": {
16       "content": "hello",
17       "mediaType": "text/markdown"
18     },
19     "inReplyTo": "http://ds9.lemmy.ml/post/1",
20     "published": "2021-11-01T11:45:49.794920+00:00"
21   },
22   "cc": [
23     "http://enterprise.lemmy.ml/c/main",
24     "http://ds9.lemmy.ml/u/lemmy_alpha"
25   ],
26   "tag": [],
27   "type": "Create",
28   "id": "http://ds9.lemmy.ml/activities/create/1e77d67c-44ac-45ed-bf2a-460e21f60236"
29 }