02cfee68c4
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.