mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 01:45:29 -04:00
This patch changes `SlidingSyncRoom` to move all its fields inside an inner type `SlidingSyncRoom` behind an `Arc`, so that cloning is cheap, and all clones are sharing the same state.