Fix deletion tests

asonix/mastodon-compat
Aode (lion) 2021-11-15 20:21:24 -06:00
parent c07b34e16e
commit 9d3508d18a
2 changed files with 10 additions and 10 deletions

View File

@ -3,10 +3,10 @@
"to": [ "to": [
"https://www.w3.org/ns/activitystreams#Public" "https://www.w3.org/ns/activitystreams#Public"
], ],
"object": "http://ds9.lemmy.ml/post/1", "object": {
"cc": [ "id": "http://ds9.lemmy.ml/post/1",
"http://enterprise.lemmy.ml/c/main" "type": "Tombstone"
], },
"type": "Delete", "type": "Delete",
"id": "http://ds9.lemmy.ml/activities/delete/f2abee48-c7bb-41d5-9e27-8775ff32db12" "id": "http://ds9.lemmy.ml/activities/delete/f2abee48-c7bb-41d5-9e27-8775ff32db12"
} }

View File

@ -8,10 +8,10 @@
"to": [ "to": [
"https://www.w3.org/ns/activitystreams#Public" "https://www.w3.org/ns/activitystreams#Public"
], ],
"object": "http://ds9.lemmy.ml/post/1", "object": {
"cc": [ "id": "http://ds9.lemmy.ml/post/1",
"http://enterprise.lemmy.ml/c/main" "type": "Tombstone"
], },
"type": "Delete", "type": "Delete",
"id": "http://ds9.lemmy.ml/activities/delete/b13cca96-7737-41e1-9769-8fbf972b3509" "id": "http://ds9.lemmy.ml/activities/delete/b13cca96-7737-41e1-9769-8fbf972b3509"
}, },
@ -20,4 +20,4 @@
], ],
"type": "Undo", "type": "Undo",
"id": "http://ds9.lemmy.ml/activities/undo/5e939cfb-b8a1-4de8-950f-9d684e9162b9" "id": "http://ds9.lemmy.ml/activities/undo/5e939cfb-b8a1-4de8-950f-9d684e9162b9"
} }