This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
The DELETE method for the unstable/org.matrix.msc3814.v1/dehydrated_device
endpoint doesn't delete the device
#16022
Labels
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Seems that the patch I provided in #15929 doesn't do what it should be doing, at least not for the
DELETE
method.After trying to delete the dehydrated device a subsequent
/keys/query
will still return the dehydrated device.Uploading a new dehydrated device using the
PUT
method might also not delete the old dehydrated device.Steps to reproduce:
unstable/org.matrix.msc3814.v1/dehydrated_device
endpoint./keys/query
endpoint./keys/query
endpoint, calling DELETE from the previous step claims that the device is deleted.@H-Shay any chance you could take a look at this?
The text was updated successfully, but these errors were encountered: