]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/create_or_update/create_note.json
Use audience field to federate items in groups (fixes #2464) (#2584)
[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     "cc": [
14       "http://enterprise.lemmy.ml/c/main",
15       "http://ds9.lemmy.ml/u/lemmy_alpha"
16     ],
17     "audience": "http://ds9.lemmy.ml/u/lemmy_alpha",
18     "content": "hello",
19     "mediaType": "text/html",
20     "source": {
21       "content": "hello",
22       "mediaType": "text/markdown"
23     },
24     "inReplyTo": "http://ds9.lemmy.ml/post/1",
25     "published": "2021-11-01T11:45:49.794920+00:00"
26   },
27   "cc": [
28     "http://enterprise.lemmy.ml/c/main",
29     "http://ds9.lemmy.ml/u/lemmy_alpha"
30   ],
31   "audience": "http://ds9.lemmy.ml/u/lemmy_alpha",
32   "tag": [
33     {
34       "href": "http://ds9.lemmy.ml/u/lemmy_alpha",
35       "type": "Mention",
36       "name": "@lemmy_alpha@ds9.lemmy.ml"
37     }
38   ],
39   "type": "Create",
40   "id": "http://ds9.lemmy.ml/activities/create/1e77d67c-44ac-45ed-bf2a-460e21f60236"
41 }