Fix split-brain for blacklistUnverifiedDevices
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
cb17c0a379
commit
b75be41f94
2 changed files with 22 additions and 3 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue