js-sdk now handles recovery key formatting

pull/21833/head
David Baker 2018-10-03 12:02:50 +01:00
parent 56808077d0
commit 849f0f796a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default React.createClass({
}); });
try { try {
const recoverInfo = await MatrixClientPeg.get().restoreKeyBackups( const recoverInfo = await MatrixClientPeg.get().restoreKeyBackups(
this.state.recoveryKey.replace(/ /g, ''), undefined, undefined, this.state.backupInfo.version, this.state.recoveryKey, undefined, undefined, this.state.backupInfo.version,
); );
this.setState({ this.setState({
loading: false, loading: false,