Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
2f8bc270d3
2 changed files with 2 additions and 1 deletions
|
@ -1193,7 +1193,7 @@ export default React.createClass({
|
|||
room_id: localStorage.getItem('mx_last_room_id'),
|
||||
});
|
||||
} else {
|
||||
if (MatrixClientPeg.get().isGuest) {
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
dis.dispatch({action: 'view_welcome_page'});
|
||||
} else {
|
||||
dis.dispatch({action: 'view_home_page'});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue