mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
also apply local relations when loading at top
This commit is contained in:
parent
c6e2607f1f
commit
5e9ce365bf
@ -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 New Issue
Block a user