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);
}
},