Combine cross signing and verification over DM feature flags
This means we can just make the new member info panel support cross-signing exclusively rather than having to try & make it temporarily support both
This commit is contained in:
parent
f30e919f9e
commit
3d8422c88a
4 changed files with 4 additions and 11 deletions
|
@ -136,13 +136,6 @@ export const SETTINGS = {
|
|||
supportedLevels: ['account'],
|
||||
default: null,
|
||||
},
|
||||
"feature_dm_verification": {
|
||||
isFeature: true,
|
||||
displayName: _td("Send verification requests in direct message," +
|
||||
" including a new verification UX in the member panel."),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_cross_signing": {
|
||||
isFeature: true,
|
||||
displayName: _td("Enable cross-signing to verify per-user instead of per-device (in development)"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue