mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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();
|
const firstTile = this._tiles.getFirst();
|
||||||
if (firstTile.shape === "gap") {
|
if (firstTile.shape === "gap") {
|
||||||
return firstTile.fill();
|
return await firstTile.fill();
|
||||||
} else {
|
} else {
|
||||||
await this._timeline.loadAtTop(10);
|
await this._timeline.loadAtTop(10);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user