v7.0.0
BREAKING CHANGES
EncryptionSettings.onlyAllowTrustedDevices
has been replaced withEncryptionSettings.sharingStrategy
, which adds the ability to share only with cross-signed devices.
(#134)
Other changes
-
Add
OlmMachine.registerRoomKeysWithheldCallback
to notify when we are told that room keys have been withheld.
(#136) -
Update matrix-rust-sdk to
d9b2b53f8
, which includes: