File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ Breaking changes:
3636 the CryptoStore, meaning that, once upgraded, it will not be possible to roll
3737 back applications to earlier versions without breaking user sessions.
3838
39+ - ` OlmMachine::decrypt_room_event ` now takes a ` DecryptionSettings ` argument,
40+ which includes a ` TrustRequirement ` indicating the required trust level for
41+ the sending device. When it is called with ` TrustRequirement ` other than
42+ ` TrustRequirement::Unverified ` , it may return the new
43+ ` MegolmError::SenderIdentityNotTrusted ` variant if the sending device does not
44+ satisfy the required trust level.
45+ ([ #3899 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/3899 ) )
46+
3947- Change the structure of the ` SenderData ` enum to separate variants for
4048 previously-verified, unverified and verified.
4149 ([ #3877 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/3877 ) )
You can’t perform that action at this time.
0 commit comments