mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ module.exports = React.createClass({
|
|||
this.setState({
|
||||
room: room
|
||||
});
|
||||
this._initTimeline(this.props);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue