mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
fix: make RoomList.showMessagePreview configurable by config.json (#31419)
This commit is contained in:
parent
6a57f69cd9
commit
c7fa97cc73
@ -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"),
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user