fix: Delayed encrypted event in timeline not added to aggregated events

This commit is contained in:
Krille 2023-11-24 09:04:44 +01:00
parent e318d60e7a
commit 8e9bcc2d36
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ class Timeline {
store: true,
updateType: EventUpdateType.history,
);
addAggregatedEvent(events[i]);
onChange?.call(i);
if (events[i].type != EventTypes.Encrypted) {
decryptAtLeastOneEvent = true;