Fix split-brain for blacklistUnverifiedDevices

Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Travis Ralston 2017-11-04 19:52:06 -07:00
parent cb17c0a379
commit b75be41f94
2 changed files with 22 additions and 3 deletions

View file

@ -189,7 +189,7 @@ export const SETTINGS = {
default: 200,
},
"blacklistUnverifiedDevices": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
supportedLevels: ['device', 'room-device'],
displayName: {
"default": _td('Never send encrypted messages to unverified devices from this device'),
"room-device": _td('Never send encrypted messages to unverified devices in this room from this device'),