Fix levels for settings

pull/21833/head
Travis Ralston 2020-07-29 21:00:32 -06:00
parent ae3eb3da9c
commit 7f404b0fe5
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
"blacklistUnverifiedDevices": {
// We specifically want to have room-device > device so that users may set a device default
// with a per-room override.
supportedLevels: [SettingLevel.ROOM_DEVICE, SettingLevel.ROOM_ACCOUNT],
supportedLevels: [SettingLevel.ROOM_DEVICE, SettingLevel.DEVICE],
supportedLevelsAreOrdered: true,
displayName: {
"default": _td('Never send encrypted messages to unverified sessions from this session'),