From 3618b4998238044cffe72ddc256ff46093003c5e Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 16 Nov 2016 16:10:23 +0000 Subject: [PATCH] Use new js-sdk public unpaginate --- src/components/structures/TimelinePanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index 7101a8b80c..3d204be510 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -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(), });