also apply local relations when loading at top

This commit is contained in:
Bruno Windels 2021-05-27 10:27:44 +02:00
parent c6e2607f1f
commit 5e9ce365bf

View file

@ -164,7 +164,7 @@ export class Timeline {
));
try {
const entries = await readerRequest.complete();
this._remoteEntries.setManySorted(entries);
this.addOrReplaceEntries(entries);
return entries.length < amount;
} finally {
this._disposables.disposeTracked(readerRequest);