Clarify comment

This commit is contained in:
Luke Barnard 2017-04-05 17:52:05 +01:00
parent 423babdb17
commit b0a04e6f00

View file

@ -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);