mirror of https://github.com/vector-im/riot-web
This promise doesn't exist anymore
parent
7c59e39710
commit
ed7f0fd95f
|
@ -1890,7 +1890,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
|
||||
if (!cryptoEnabled) {
|
||||
this.setState({ pendingInitialSync: false });
|
||||
return setLoggedInPromise;
|
||||
return;
|
||||
}
|
||||
|
||||
const crossSigningIsSetUp = cli.getStoredCrossSigningForUser(cli.getUserId());
|
||||
|
|
Loading…
Reference in New Issue