Files
matrix-rust-sdk/testing
Ivan Enderlin 876d2bb43a fix(ui): In-thread encrypted events are no long part of the main timeline if filtered out.
This patch fixes an issue where an in-thread encrypted event was
**always** part of the `TimelineFocusKind::Live` timeline regardless of
the `hide_threaded_events` value. The Event Cache is able to know
whether an encrypted event is part of a thread, so the Timeline can do
the same!

Consequently, an in-thread encrypted event no longer appears in the
main timeline if `hide_threaded_events` is `true`, to then be removed
once decrypted.

It fixes/removes one `TODO` in a test.
2026-05-29 15:15:56 +02:00
..