]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/deletion/delete_page.json
Support mastodon deletes
[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": {
7     "id": "http://ds9.lemmy.ml/post/1",
8     "type": "Tombstone"
9   },
10   "cc": [
11     "http://enterprise.lemmy.ml/c/main"
12   ],
13   "type": "Delete",
14   "id": "http://ds9.lemmy.ml/activities/delete/f2abee48-c7bb-41d5-9e27-8775ff32db12"
15 }