mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-05 05:38:41 +03:00
This promise doesn't exist anymore
This commit is contained in:
parent
7c59e39710
commit
ed7f0fd95f
1 changed files with 1 additions and 1 deletions
|
@ -1890,7 +1890,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
||||||
|
|
||||||
if (!cryptoEnabled) {
|
if (!cryptoEnabled) {
|
||||||
this.setState({ pendingInitialSync: false });
|
this.setState({ pendingInitialSync: false });
|
||||||
return setLoggedInPromise;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const crossSigningIsSetUp = cli.getStoredCrossSigningForUser(cli.getUserId());
|
const crossSigningIsSetUp = cli.getStoredCrossSigningForUser(cli.getUserId());
|
||||||
|
|
Loading…
Reference in a new issue