mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
adjust comment
This commit is contained in:
parent
45528580ed
commit
6bdf44d114
@ -83,7 +83,7 @@ export default class GapWriter {
|
|||||||
|
|
||||||
async writeFragmentFill(fragmentEntry, response) {
|
async writeFragmentFill(fragmentEntry, response) {
|
||||||
const {fragmentId, direction} = fragmentEntry;
|
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;
|
const {chunk, start, end} = response;
|
||||||
let entries;
|
let entries;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user