mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-28 02:59:57 -04:00
We're subscribing to settings updates *after* sending a request to change a setting. In an unlucky scenario, the following sequence of events could happen: - sending request to change the settings - response is received - we set up the receiver to settings updates, but it's too late The fix would then be to subscribe to the changes *before* we even send the request to update settings.