mirror of https://github.com/LemmyNet/lemmy.git
Fix deletion tests
parent
c07b34e16e
commit
9d3508d18a
|
@ -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"
|
||||||
}
|
}
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue