Move setting to account only (no per-room)

This commit is contained in:
Travis Ralston 2020-06-22 11:23:38 -06:00
parent cbee9146a6
commit 784e73831b

View file

@ -190,7 +190,7 @@ export const SETTINGS = {
},
// TODO: Wire up appropriately to UI (FTUE notifications)
"Notifications.alwaysShowBadgeCounts": {
supportedLevels: LEVELS_ROOM_OR_ACCOUNT,
supportedLevels: ['account'],
default: false,
},
"useCompactLayout": {