mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Remove entry from map
This commit is contained in:
parent
2d5bb82077
commit
7ef79c92f5
@ -280,6 +280,7 @@ export class Timeline {
|
||||
if (fetchedEntry) {
|
||||
fetchedEntry.contextForEntries.forEach(e => e.setContextEntry(entry));
|
||||
entry.updateFrom(fetchedEntry);
|
||||
this._contextEntriesNotInTimeline.delete(entry.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user