mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
If we have a current room on load, we should display it!
This commit is contained in:
parent
be5aaeaad7
commit
a20b4d2d2c
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ module.exports = {
|
|||
self.setState({ready: true, page_type: self.PageTypes.RoomDirectory});
|
||||
}
|
||||
} else {
|
||||
self.setState({ready: true, page_type: self.PageTypes.RoomDirectory});
|
||||
self.setState({ready: true, currentRoom: self.state.currentRoom});
|
||||
}
|
||||
dis.dispatch({action: 'focus_composer'});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue