mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-10 17:34:20 -04:00
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.