fix: Delayed encrypted event in timeline not added to aggregated events
This commit is contained in:
parent
e318d60e7a
commit
8e9bcc2d36
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue