pull/21833/head
David Baker 2019-02-14 12:52:38 +00:00
parent e5e355ed2d
commit b242d03f7f
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => {