mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 21:52:30 -04:00
Instead of storing `sliding_sync_proxy` inside the `Client`, this patch updates the code to store it inside `matrix_sdk::Client` directly. That way, there is unique place where to store the sliding sync proxy URL.