Skip to content

matrix-sdk-crypto-js-0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 13:42
· 3512 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.