v18.1.0
-
Add
OlmMachine.pushSecretToVerifiedDevicesto support MSC4385 pushing secrets to verified devices. (#295) -
Update matrix-rust-sdk to
1f3dea7(#316, #314, #312) which includes:- Adds support for receiving MSC4385 pushed secrets.
- The
BackupDecryptionKey.createRandomKeyfunction now unconditionally returns aBackupDecryptionKey, instead of aResult. - Adapts to the changed interface of EncryptedFile from Ruma, but does not change the interface of this crate.