You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-05 17:02:07 +03:00
Fix backup tests
This commit is contained in:
@@ -1519,7 +1519,7 @@ MatrixClient.prototype.createKeyBackupVersion = async function(info) {
|
||||
// sessions.
|
||||
await this.checkKeyBackup();
|
||||
if (!this.getKeyBackupEnabled()) {
|
||||
throw new Error("Key backup not usable even though we just created it");
|
||||
logger.error("Key backup not usable even though we just created it");
|
||||
}
|
||||
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user