]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/objects/page.json
Use audience field to federate items in groups (fixes #2464) (#2584)
[lemmy.git] / crates / apub / assets / lemmy / objects / page.json
1 {
2   "id": "https://enterprise.lemmy.ml/post/55143",
3   "type": "Page",
4   "attributedTo": "https://enterprise.lemmy.ml/u/picard",
5   "to": [
6     "https://enterprise.lemmy.ml/c/tenforward",
7     "https://www.w3.org/ns/activitystreams#Public"
8   ],
9   "audience": "https://enterprise.lemmy.ml/c/tenforward",
10   "name": "Post title",
11   "content": "<p>This is a post in the /c/tenforward community</p>\n",
12   "mediaType": "text/html",
13   "source": {
14     "content": "This is a post in the /c/tenforward community",
15     "mediaType": "text/markdown"
16   },
17   "url": "https://enterprise.lemmy.ml/pictrs/image/eOtYb9iEiB.png",
18   "attachment": [
19     {
20       "type": "Link",
21       "href": "https://enterprise.lemmy.ml/pictrs/image/eOtYb9iEiB.png"
22     }
23   ],
24   "image": {
25     "type": "Image",
26     "url": "https://enterprise.lemmy.ml/pictrs/image/eOtYb9iEiB.png"
27   },
28   "sensitive": false,
29   "commentsEnabled": true,
30   "stickied": true,
31   "language": {
32     "identifier": "fr",
33     "name": "Français"
34   },
35   "published": "2021-02-26T12:35:34.292626+00:00"
36 }