init timeline when we get the room, as otherwise we never load it after joining
This commit is contained in:
parent
164c9b9031
commit
5c430395ea
1 changed files with 1 additions and 0 deletions
|
@ -420,6 +420,7 @@ module.exports = React.createClass({
|
||||||
this.setState({
|
this.setState({
|
||||||
room: room
|
room: room
|
||||||
});
|
});
|
||||||
|
this._initTimeline(this.props);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue