mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
`Timeline::with_fully_read_tracking` was public although all public Timeline constructors enable it by default. It is also meant to be called when constructing the timeline so using a builder pattern makes sense. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>