mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-02 20:31:21 +02:00
If we have a current room on load, we should display it!
This commit is contained in:
parent
be5aaeaad7
commit
a20b4d2d2c
@ -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…
x
Reference in New Issue
Block a user