mirror of
https://github.com/element-hq/element-web.git
synced 2024-11-30 23:31:28 +03:00
Add /start to show the setMxId above HomePage
This commit is contained in:
parent
9536e1ef36
commit
2baef643e3
1 changed files with 6 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue