forked from mystiq/hydrogen-web
also apply local relations when loading at top
This commit is contained in:
parent
c6e2607f1f
commit
5e9ce365bf
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ export class Timeline {
|
||||||
));
|
));
|
||||||
try {
|
try {
|
||||||
const entries = await readerRequest.complete();
|
const entries = await readerRequest.complete();
|
||||||
this._remoteEntries.setManySorted(entries);
|
this.addOrReplaceEntries(entries);
|
||||||
return entries.length < amount;
|
return entries.length < amount;
|
||||||
} finally {
|
} finally {
|
||||||
this._disposables.disposeTracked(readerRequest);
|
this._disposables.disposeTracked(readerRequest);
|
||||||
|
|
Loading…
Reference in a new issue