]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/deletion/undo_delete_page.json
Use audience field to federate items in groups (fixes #2464) (#2584)
[lemmy.git] / crates / apub / assets / lemmy / activities / deletion / undo_delete_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     "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
8     "to": [
9       "https://www.w3.org/ns/activitystreams#Public"
10     ],
11     "object": "http://ds9.lemmy.ml/post/1",
12     "cc": [
13       "http://enterprise.lemmy.ml/c/main"
14     ],
15     "audience": "http://enterprise.lemmy.ml/u/main",
16     "type": "Delete",
17     "id": "http://ds9.lemmy.ml/activities/delete/b13cca96-7737-41e1-9769-8fbf972b3509"
18   },
19   "cc": [
20     "http://enterprise.lemmy.ml/c/main"
21   ],
22   "audience": "http://enterprise.lemmy.ml/u/main",
23   "type": "Undo",
24   "id": "http://ds9.lemmy.ml/activities/undo/5e939cfb-b8a1-4de8-950f-9d684e9162b9"
25 }