You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-15 11:01:52 +03:00
init timeline when we get the room, as otherwise we never load it after joining
This commit is contained in:
@ -420,6 +420,7 @@ module.exports = React.createClass({
|
||||
this.setState({
|
||||
room: room
|
||||
});
|
||||
this._initTimeline(this.props);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user