fix: make RoomList.showMessagePreview configurable by config.json (#31419)

This commit is contained in:
Florian Duros
2025-12-04 09:25:50 +00:00
committed by GitHub
parent 6a57f69cd9
commit c7fa97cc73
+1 -1
View File
@@ -1204,7 +1204,7 @@ export const SETTINGS: Settings = {
default: SortingAlgorithm.Recency, default: SortingAlgorithm.Recency,
}, },
"RoomList.showMessagePreview": { "RoomList.showMessagePreview": {
supportedLevels: [SettingLevel.DEVICE], supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
default: false, default: false,
displayName: _td("settings|show_message_previews"), displayName: _td("settings|show_message_previews"),
}, },