Merge pull request #1620 from famedly/krille/add-new-encrypted-event-to-aggregated-events
fix: Delayed encrypted event in timeline not added to aggregated events
This commit is contained in:
		
						commit
						4f9581709b
					
				|  | @ -325,6 +325,7 @@ class Timeline { | ||||||
|             store: true, |             store: true, | ||||||
|             updateType: EventUpdateType.history, |             updateType: EventUpdateType.history, | ||||||
|           ); |           ); | ||||||
|  |           addAggregatedEvent(events[i]); | ||||||
|           onChange?.call(i); |           onChange?.call(i); | ||||||
|           if (events[i].type != EventTypes.Encrypted) { |           if (events[i].type != EventTypes.Encrypted) { | ||||||
|             decryptAtLeastOneEvent = true; |             decryptAtLeastOneEvent = true; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue