This promise doesn't exist anymore

pull/21833/head
David Baker 2020-06-05 18:08:25 +01:00
parent 7c59e39710
commit ed7f0fd95f
1 changed files with 1 additions and 1 deletions

View File

@ -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());