Remove feature_dehydration (#138)
* Remove feature_dehydration * Remove remaining old dehydration * Update test
This commit is contained in:
parent
91e84f7951
commit
63986f8c42
6 changed files with 3 additions and 76 deletions
|
@ -303,14 +303,6 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||
supportedLevelsAreOrdered: true,
|
||||
default: false,
|
||||
},
|
||||
"feature_dehydration": {
|
||||
isFeature: true,
|
||||
labsGroup: LabGroup.Encryption,
|
||||
displayName: _td("labs|dehydration"),
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG_PRIORITISED,
|
||||
supportedLevelsAreOrdered: true,
|
||||
default: false,
|
||||
},
|
||||
"feature_exclude_insecure_devices": {
|
||||
isFeature: true,
|
||||
labsGroup: LabGroup.Encryption,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue