Files
matrix-rust-sdk/crates
Stefan Ceriu 6bed07f5b4 feat(event cache): enable automatic back-pagination via ClientBuilder
Move `experimental_auto_back_pagination` off `EventCacheConfig` and onto
`ClientBuilder`, mirroring `enable_share_history_on_invite`. Previously the flag lived
behind an `RwLock`, was checked exactly once at first `subscribe()`,
and silently became a no-op if set afterwards.
2026-07-28 09:58:55 +03:00
..