typo
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
a75dfca73e
commit
3d1ec9effb
1 changed files with 1 additions and 1 deletions
|
@ -1886,7 +1886,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
||||||
promisesList.push(cli.downloadKeys([cli.getUserId()]));
|
promisesList.push(cli.downloadKeys([cli.getUserId()]));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now update the state to sya we're waiting for the first sync to complete rather
|
// Now update the state to say we're waiting for the first sync to complete rather
|
||||||
// than for the login to finish.
|
// than for the login to finish.
|
||||||
this.setState({ pendingInitialSync: true });
|
this.setState({ pendingInitialSync: true });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue