You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
This promise doesn't exist anymore
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user