diff --git a/lib/src/timeline.dart b/lib/src/timeline.dart index c6baf6ba1..c5923e988 100644 --- a/lib/src/timeline.dart +++ b/lib/src/timeline.dart @@ -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;