]> Untitled Git - lemmy.git/blob - crates/apub/assets/lotide/activities/delete_note.json
Add tombstone tests, better test errors (#2046)
[lemmy.git] / crates / apub / assets / lotide / activities / delete_note.json
1 {
2   "actor": "https://narwhal.city/users/3",
3   "object": "https://narwhal.city/posts/12",
4   "@context": "https://www.w3.org/ns/activitystreams",
5   "id": "https://narwhal.city/posts/12/delete",
6   "type": "Delete"
7 }