reset_identity
edge case when the user has several backup version server side
#4502
Labels
reset_identity
edge case when the user has several backup version server side
#4502
As per code the reset flow should:
matrix-rust-sdk/crates/matrix-sdk/src/encryption/recovery/mod.rs
Lines 348 to 354 in 7ec384c
The problem is that if there are several version published on the server, this code will only delete the "current" one.
Then step 4. will fail with
BackupExistsOnServer
On the js-sdk there is some code to delete all backup versions
The text was updated successfully, but these errors were encountered: