Files
matrix-rust-sdk/testing
Richard van der Hoff 45000a4e34 fix(sdk): correctly import e2ee history in join_room_by_id
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.
2025-06-25 16:40:19 +01:00
..