v9.0.0
BREAKING CHANGES
- The
SenderIdentityNotTrusted
value in theDecryptionErrorCode
was replaced withUnknownSenderDevice
,UnsignedSenderDevice
, andSenderIdentityPreviouslyVerified
to allow the application to distinguish between the different reasons that the sender identity is not trusted.
Other changes
-
Add
OlmMachine.markAllTrackedUsersAsDirty
to invalidate the device lists for all known users. This is required for MSC4186 clients as the server may give up trying to persist device list updates for the client at some point, after which the client must treat all devices as dirty. -
Update matrix-rust-sdk to
2408df8bf
. No changes relevant to these bindings.