Clarify comment
This commit is contained in:
parent
423babdb17
commit
b0a04e6f00
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ var TimelinePanel = React.createClass({
|
|||
},
|
||||
|
||||
onMessageListUnfillRequest: function(backwards, scrollToken) {
|
||||
// If backwards, unpaginate from the back
|
||||
// If backwards, unpaginate from the back (i.e. the start of the timeline)
|
||||
let dir = backwards ? EventTimeline.BACKWARDS : EventTimeline.FORWARDS;
|
||||
debuglog("TimelinePanel: unpaginating events in direction", dir);
|
||||
|
||||
|
|
Loading…
Reference in a new issue