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

Commit 09d56e7

Browse files
committed
Fix create room dialog e2ee private room setting
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent c000583 commit 09d56e7

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)