]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/deletion/delete_page.json
Use audience field to federate items in groups (fixes #2464) (#2584)
[lemmy.git] / crates / apub / assets / lemmy / activities / deletion / 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": "http://ds9.lemmy.ml/post/1",
7   "cc": [
8     "http://enterprise.lemmy.ml/c/main"
9   ],
10   "audience": "http://enterprise.lemmy.ml/u/main",
11   "type": "Delete",
12   "id": "http://ds9.lemmy.ml/activities/delete/f2abee48-c7bb-41d5-9e27-8775ff32db12"
13 }