mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-06 16:22:04 +01:00
Events which are still in the process of being sent should *not* be included in the `EventTimeline`. Doing so means that we will attempt to render them twice, which makes react explode. Fixes https://github.com/vector-im/element-web/issues/25770