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 {
|
||||
const entries = await readerRequest.complete();
|
||||
this._remoteEntries.setManySorted(entries);
|
||||
this.addOrReplaceEntries(entries);
|
||||
return entries.length < amount;
|
||||
} finally {
|
||||
this._disposables.disposeTracked(readerRequest);
|
||||
|
|
Loading…
Reference in a new issue