From 2afb2a0833a4e797395af3be1a2fe2bd4c48608c Mon Sep 17 00:00:00 2001 From: JoFrost Date: Mon, 6 Jul 2026 10:42:42 +0300 Subject: [PATCH] base(matrix-rust-sdk/encryption): add changelog details --- crates/matrix-sdk/changelog.d/6719.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 crates/matrix-sdk/changelog.d/6719.fixed.md diff --git a/crates/matrix-sdk/changelog.d/6719.fixed.md b/crates/matrix-sdk/changelog.d/6719.fixed.md new file mode 100644 index 000000000..c6ad2d079 --- /dev/null +++ b/crates/matrix-sdk/changelog.d/6719.fixed.md @@ -0,0 +1 @@ + `CrossSigningResetHandle::auth` now uses the common timeout helper (from `matrix-sdk-base`) instead of `tokio::time` directly. \ No newline at end of file