]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/deletion/undo_remove_note.json
Support mastodon deletes
[lemmy.git] / crates / apub / assets / lemmy / activities / deletion / undo_remove_note.json
1 {
2   "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
3   "to": [
4     "https://www.w3.org/ns/activitystreams#Public"
5   ],
6   "object": {
7     "actor": "http://enterprise.lemmy.ml/u/lemmy_beta",
8     "to": [
9       "https://www.w3.org/ns/activitystreams#Public"
10     ],
11     "object": {
12       "id": "http://ds9.lemmy.ml/comment/1",
13       "type": "Tombstone"
14     },
15     "cc": [
16       "http://enterprise.lemmy.ml/c/main"
17     ],
18     "type": "Delete",
19     "summary": "bad comment",
20     "id": "http://enterprise.lemmy.ml/activities/delete/2598435c-87a3-49cd-81f3-a44b03b7af9d"
21   },
22   "cc": [
23     "http://enterprise.lemmy.ml/c/main"
24   ],
25   "type": "Undo",
26   "id": "http://enterprise.lemmy.ml/activities/undo/a850cf21-3866-4b3a-b80b-56aa00997fee"
27 }