mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-02 04:11:30 +02: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