init timeline when we get the room, as otherwise we never load it after joining
parent
164c9b9031
commit
5c430395ea
|
@ -420,6 +420,7 @@ module.exports = React.createClass({
|
||||||
this.setState({
|
this.setState({
|
||||||
room: room
|
room: room
|
||||||
});
|
});
|
||||||
|
this._initTimeline(this.props);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue