1
0
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:
David Baker
2016-02-04 10:50:21 +00:00
parent 164c9b9031
commit 5c430395ea

View File

@ -420,6 +420,7 @@ module.exports = React.createClass({
this.setState({
room: room
});
this._initTimeline(this.props);
}
},