1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00
This commit is contained in:
Zoe
2020-03-25 11:47:07 +00:00
parent 8b2ae3e20f
commit 936a4a0022

View File

@@ -206,10 +206,10 @@ export default class RestoreKeyBackupDialog extends React.PureComponent {
const recoverInfo = await MatrixClientPeg.get().restoreKeyBackupWithCache(
undefined, /* targetRoomId */
undefined, /* targetSessionId */
backupInfo
backupInfo,
);
this.setState({
recoverInfo
recoverInfo,
});
return true;
} catch (e) {