mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
await this
This commit is contained in:
parent
b2e6e8687e
commit
a11b612640
@ -56,7 +56,7 @@ export class TimelineViewModel extends ViewModel {
|
||||
}
|
||||
const firstTile = this._tiles.getFirst();
|
||||
if (firstTile.shape === "gap") {
|
||||
return firstTile.fill();
|
||||
return await firstTile.fill();
|
||||
} else {
|
||||
await this._timeline.loadAtTop(10);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user