mirror of https://github.com/vector-im/riot-web
Merge branch 'new-guest-access' of github.com:matrix-org/matrix-react-sdk into new-guest-access
commit
b51f5ac6d1
|
@ -991,6 +991,11 @@ module.exports = React.createClass({
|
|||
dis.dispatch({
|
||||
action: 'view_home_page',
|
||||
});
|
||||
} else if (screen == 'start') {
|
||||
this.showScreen('home');
|
||||
dis.dispatch({
|
||||
action: 'view_set_mxid',
|
||||
});
|
||||
} else if (screen == 'directory') {
|
||||
dis.dispatch({
|
||||
action: 'view_room_directory',
|
||||
|
|
Loading…
Reference in New Issue