mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fixup: check for event entry with eventType, event isn't exposed anymore
This commit is contained in:
parent
7218595c17
commit
45cd85ead1
@ -54,7 +54,7 @@ export default class Timeline {
|
||||
|
||||
// tries to prepend `amount` entries to the `entries` list.
|
||||
async loadAtTop(amount) {
|
||||
const firstEventEntry = this._remoteEntries.array.find(e => !!e.event);
|
||||
const firstEventEntry = this._remoteEntries.array.find(e => !!e.eventType);
|
||||
if (!firstEventEntry) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user