fix: make RoomList.showMessagePreview configurable by config.json (#31419)
This commit is contained in:
@@ -1204,7 +1204,7 @@ export const SETTINGS: Settings = {
|
||||
default: SortingAlgorithm.Recency,
|
||||
},
|
||||
"RoomList.showMessagePreview": {
|
||||
supportedLevels: [SettingLevel.DEVICE],
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
default: false,
|
||||
displayName: _td("settings|show_message_previews"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user