Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6416f40

Browse files
authored
Merge pull request #4403 from matrix-org/t3chguy/fix_e2ee_toggle
Fix create room dialog e2ee private room setting
2 parents 3aa338f + 09d56e7 commit 6416f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/CreateRoomDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default createReactClass({
6666
}
6767

6868
if (!this.state.isPublic && SettingsStore.isFeatureEnabled("feature_cross_signing")) {
69-
createOpts.encryption = this.state.isEncrypted;
69+
opts.encryption = this.state.isEncrypted;
7070
}
7171

7272
return opts;

0 commit comments

Comments
 (0)