Fixes silenced notification preventing notification prompt to be shown (#9336)
This commit is contained in:
@@ -792,7 +792,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||
},
|
||||
"deviceNotificationsEnabled": {
|
||||
supportedLevels: [SettingLevel.DEVICE],
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
"notificationSound": {
|
||||
supportedLevels: LEVELS_ROOM_OR_ACCOUNT,
|
||||
|
||||
Reference in New Issue
Block a user