]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/create_or_update/create_page.json
Use audience field to federate items in groups (fixes #2464) (#2584)
[lemmy.git] / crates / apub / assets / lemmy / activities / create_or_update / create_page.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": "Page",
8     "id": "http://ds9.lemmy.ml/post/1",
9     "attributedTo": "http://ds9.lemmy.ml/u/lemmy_alpha",
10     "to": [
11       "http://enterprise.lemmy.ml/c/main",
12       "https://www.w3.org/ns/activitystreams#Public"
13     ],
14     "audience": "https://enterprise.lemmy.ml/c/main",
15     "name": "test post",
16     "content": "<p>test body</p>\n",
17     "mediaType": "text/html",
18     "source": {
19       "content": "test body",
20       "mediaType": "text/markdown"
21     },
22     "url": "https://lemmy.ml/pictrs/image/xl8W7FZfk9.jpg",
23     "attachment": [
24       {
25         "type": "Link",
26         "href": "https://lemmy.ml/pictrs/image/xl8W7FZfk9.jpg"
27       }
28     ],
29     "commentsEnabled": true,
30     "sensitive": false,
31     "stickied": false,
32     "language": {
33       "identifier": "ko",
34       "name": "한국어"
35     },
36     "published": "2021-10-29T15:10:51.557399+00:00"
37   },
38   "cc": [
39     "http://enterprise.lemmy.ml/c/main"
40   ],
41   "audience": "https://enterprise.lemmy.ml/c/main",
42   "type": "Create",
43   "id": "http://ds9.lemmy.ml/activities/create/eee6a57a-622f-464d-b560-73ae1fcd3ddf"
44 }