mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02: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…
x
Reference in New Issue
Block a user