You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Use new js-sdk public unpaginate
This commit is contained in:
@ -264,7 +264,7 @@ var TimelinePanel = React.createClass({
|
||||
|
||||
if (count > 0) {
|
||||
debuglog("TimelinePanel: Unpaginating", count, "in direction", dir);
|
||||
this._timelineWindow._unpaginate(count, backwards);
|
||||
this._timelineWindow.unpaginate(count, backwards);
|
||||
this.setState({
|
||||
events: this._getEvents(),
|
||||
});
|
||||
|
Reference in New Issue
Block a user