js-sdk now handles recovery key formatting
This commit is contained in:
parent
56808077d0
commit
849f0f796a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export default React.createClass({
|
|||
});
|
||||
try {
|
||||
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({
|
||||
loading: false,
|
||||
|
|
Loading…
Reference in a new issue