You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-10-26 15:51:21 +03:00
SettingsStore: Change feature_rust_crypto to default true (#12203)
* Set default crypto stack to rust * Update test for default to rust crypto * Fix labs settings tests * Fix test not working with rust crypto
This commit is contained in:
@@ -501,7 +501,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
||||
}
|
||||
},
|
||||
shouldWarn: true,
|
||||
default: false,
|
||||
default: true,
|
||||
controller: new RustCryptoSdkController(),
|
||||
},
|
||||
// Must be set under `setting_defaults` in config.json.
|
||||
|
||||
Reference in New Issue
Block a user