mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-11 01:13:14 -04:00
… that allows building a timeline instance specific to a particular thread root. Creating a timeline in this mode will start by backpaginating root event relations with `num_events` and automatically insert the thread root event when reaching the end. It will include `RelationsOfType(RelationType::Thread)` but also recurse over the retrieved events to fetch reactions. It will not however react to new events received over sync or that the user sends (for now). This patch will also help incrementally deliver the upstream client support for creating such a timeline. Part of #4833 (meta #4869).