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 {
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue