From 6bdf44d114e672893f2639cc9439ac4e830f587d Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 3 Jun 2019 00:30:37 +0200 Subject: [PATCH] adjust comment --- src/matrix/room/timeline/persistence/GapWriter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/room/timeline/persistence/GapWriter.js b/src/matrix/room/timeline/persistence/GapWriter.js index bcd3f6ea..8edeb313 100644 --- a/src/matrix/room/timeline/persistence/GapWriter.js +++ b/src/matrix/room/timeline/persistence/GapWriter.js @@ -83,7 +83,7 @@ export default class GapWriter { async writeFragmentFill(fragmentEntry, response) { const {fragmentId, direction} = fragmentEntry; - // assuming that chunk is in chronological order when backwards too? + // chunk is in reverse-chronological order when backwards const {chunk, start, end} = response; let entries;