Closed uhoreg closed 8 months ago
Test failure is because the latest matrix-sdk-crypto includes time-based fallback key rotation, which uses SystemTime to calculate the expiry, which doesn't work with wasm. https://github.com/matrix-org/matrix-rust-sdk/pull/3249 fixes this. So once that's merged, the Cargo.lock
here will need to be updated again.
Depends on https://github.com/matrix-org/matrix-rust-sdk/pull/3164