You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
lint
This commit is contained in:
@@ -1199,7 +1199,7 @@ export default React.createClass({
|
|||||||
} else {
|
} else {
|
||||||
if (MatrixClientPeg.get().isGuest()) {
|
if (MatrixClientPeg.get().isGuest()) {
|
||||||
dis.dispatch({action: 'view_welcome_page'});
|
dis.dispatch({action: 'view_welcome_page'});
|
||||||
} else if (getHomePageUrl(this.props.config)){
|
} else if (getHomePageUrl(this.props.config)) {
|
||||||
dis.dispatch({action: 'view_home_page'});
|
dis.dispatch({action: 'view_home_page'});
|
||||||
} else {
|
} else {
|
||||||
this.firstSyncPromise.promise.then(() => {
|
this.firstSyncPromise.promise.then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user