mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
init timeline when we get the room, as otherwise we never load it after joining
This commit is contained in:
parent
164c9b9031
commit
5c430395ea
@ -420,6 +420,7 @@ module.exports = React.createClass({
|
||||
this.setState({
|
||||
room: room
|
||||
});
|
||||
this._initTimeline(this.props);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user