add feature flag and send verification using DM from dialog if enabled

This commit is contained in:
Bruno Windels 2019-11-07 17:38:52 +01:00
parent 9c4470e599
commit 5c9e80a0ba
3 changed files with 58 additions and 8 deletions

View file

@ -126,6 +126,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_dm_verification": {
isFeature: true,
displayName: _td("Send verification requests in direct message"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"useCiderComposer": {
displayName: _td("Use the new, faster, composer for writing messages"),
supportedLevels: LEVELS_ACCOUNT_SETTINGS,