Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7533a8f

Browse files
authored
Merge pull request #4612 from matrix-org/dbkr/fix_restore_with_ssss
Fix key backup restore with SSSS
2 parents af286ad + 5d1c01f commit 7533a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/keybackup/RestoreKeyBackupDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export default class RestoreKeyBackupDialog extends React.PureComponent {
201201
// `accessSecretStorage` may prompt for storage access as needed.
202202
const recoverInfo = await accessSecretStorage(async () => {
203203
return MatrixClientPeg.get().restoreKeyBackupWithSecretStorage(
204-
this.state.backupInfo,
204+
this.state.backupInfo, undefined, undefined,
205205
{ progressCallback: this._progressCallback },
206206
);
207207
});

0 commit comments

Comments
 (0)