Skip to content

Commit b4e9586

Browse files
committed
Fix code
1 parent ed53635 commit b4e9586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-base/src/store/migration_helpers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ impl BaseRoomInfoV1 {
211211
beacons: BTreeMap::new(),
212212
canonical_alias,
213213
create,
214-
dm_targets: dm_targets_converted,
214+
dm_targets: converted_dm_targets,
215215
encryption,
216216
guest_access,
217217
history_visibility,

0 commit comments

Comments
 (0)