Files
matrix-rust-sdk/crates
Ivan Enderlin f153d85dd0 refactor(sdk): Move thread summary computation from RoomEventCache to ThreadEventCache.
This patch updates the `ThreadSummary` flow. `Caches` ask each thread to
compute its `ThreadSummary` and ask the room to update/store it.

The edit events targeting in-thread events are now stored in the thread
cache! This is new as it was only stored in the room cache previously.
This unlocks the possibility to correctly compute the latest event for a
thread with the `matrix_sdk::latest_events` API in the future.
2026-05-29 14:35:55 +02:00
..