mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
This promise doesn't exist anymore
This commit is contained in:
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…
x
Reference in New Issue
Block a user