mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-07-30 17:36:27 -04:00
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.