]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/objects/note.json
Use audience field to federate items in groups (fixes #2464) (#2584)
[lemmy.git] / crates / apub / assets / lemmy / objects / note.json
1 {
2   "id": "https://enterprise.lemmy.ml/comment/38741",
3   "type": "Note",
4   "attributedTo": "https://enterprise.lemmy.ml/u/picard",
5   "to": ["https://www.w3.org/ns/activitystreams#Public"],
6   "cc": [
7     "https://enterprise.lemmy.ml/c/tenforward",
8     "https://enterprise.lemmy.ml/u/picard"
9   ],
10   "audience": "https://enterprise.lemmy.ml/c/tenforward",
11   "inReplyTo": "https://enterprise.lemmy.ml/post/55143",
12   "content": "<p>first comment!</p>\n",
13   "mediaType": "text/html",
14   "source": {
15     "content": "first comment!",
16     "mediaType": "text/markdown"
17   },
18   "tag": [
19     {
20       "href": "https://enterprise.lemmy.ml/u/picard",
21       "type": "Mention",
22       "name": "@picard@enterprise.lemmy.ml"
23     }
24   ],
25   "distinguished": false,
26   "language": {
27     "identifier": "fr",
28     "name": "Français"
29   },
30   "published": "2021-03-01T13:42:43.966208+00:00",
31   "updated": "2021-03-01T13:43:03.955787+00:00"
32 }