Add /start to show the setMxId above HomePage

This commit is contained in:
Luke Barnard 2017-05-30 14:27:02 +01:00
parent 9536e1ef36
commit 2baef643e3

View file

@ -685,7 +685,7 @@ module.exports = React.createClass({
onLoginClick: (ev) => {
dis.dispatch({action: 'start_login'});
close();
},
},
}).close;
},
@ -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',