Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b0a04e6

Browse files
author
Luke Barnard
committed
Clarify comment
1 parent 423babd commit b0a04e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/TimelinePanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ var TimelinePanel = React.createClass({
251251
},
252252

253253
onMessageListUnfillRequest: function(backwards, scrollToken) {
254-
// If backwards, unpaginate from the back
254+
// If backwards, unpaginate from the back (i.e. the start of the timeline)
255255
let dir = backwards ? EventTimeline.BACKWARDS : EventTimeline.FORWARDS;
256256
debuglog("TimelinePanel: unpaginating events in direction", dir);
257257

0 commit comments

Comments
 (0)