]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/deletion/undo_delete_page.json
9f824fa1f8f0fb60610ac85385fffcee4ee3197c
[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     "type": "Delete",
16     "id": "http://ds9.lemmy.ml/activities/delete/b13cca96-7737-41e1-9769-8fbf972b3509"
17   },
18   "cc": [
19     "http://enterprise.lemmy.ml/c/main"
20   ],
21   "type": "Undo",
22   "id": "http://ds9.lemmy.ml/activities/undo/5e939cfb-b8a1-4de8-950f-9d684e9162b9"
23 }