matrix-sdk-crypto-js-0.1.0
github-actions
released this
29 Jun 13:42
·
4245 commits
to main
since this release
Changes in the Javascript bindings
-
In
OlmMachine.getIdentity
, wait a limited time for any in-flight device-list updates to complete. -
Add
VerificationRequest.timeRemainingMillis()
.
Changes in the underlying Rust crate
- When rejecting a key-verification request over to-device messages, send the
m.key.verification.cancel
to the device that made the request, rather than broadcasting to all devices.