mirror of https://github.com/vector-im/riot-web
Clarify comment
parent
423babdb17
commit
b0a04e6f00
|
@ -251,7 +251,7 @@ var TimelinePanel = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
onMessageListUnfillRequest: function(backwards, scrollToken) {
|
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;
|
let dir = backwards ? EventTimeline.BACKWARDS : EventTimeline.FORWARDS;
|
||||||
debuglog("TimelinePanel: unpaginating events in direction", dir);
|
debuglog("TimelinePanel: unpaginating events in direction", dir);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue