mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 15:04:11 -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. --------- Signed-off-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Benjamin Bouvier <benjamin@bouvier.cc>