mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-17 12:48:24 -04:00
It turns out that downstream clients can and do call `Client::join_room_by_id()` rather than `Room::join`, so we need to do the room key history import in the lower-level method.