From 59acda5f3eb2a544ac9cbb63967e88d95a54b7f9 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Thu, 5 Dec 2024 11:32:29 +0100 Subject: [PATCH] Fix code --- crates/matrix-sdk-base/src/store/migration_helpers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-base/src/store/migration_helpers.rs b/crates/matrix-sdk-base/src/store/migration_helpers.rs index f73f792c889..c8164096757 100644 --- a/crates/matrix-sdk-base/src/store/migration_helpers.rs +++ b/crates/matrix-sdk-base/src/store/migration_helpers.rs @@ -211,7 +211,7 @@ impl BaseRoomInfoV1 { beacons: BTreeMap::new(), canonical_alias, create, - dm_targets: dm_targets_converted, + dm_targets: converted_dm_targets, encryption, guest_access, history_visibility,