Decouple Audible notifications from Desktop notifications
This commit is contained in:
parent
d7229064c4
commit
c1e152dba2
3 changed files with 2 additions and 12 deletions
|
@ -19,7 +19,6 @@ import { MatrixClient } from 'matrix-js-sdk/src/client';
|
|||
|
||||
import { _td } from '../languageHandler';
|
||||
import {
|
||||
AudioNotificationsEnabledController,
|
||||
NotificationBodyEnabledController,
|
||||
NotificationsEnabledController,
|
||||
} from "./controllers/NotificationControllers";
|
||||
|
@ -460,7 +459,6 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
"audioNotificationsEnabled": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: true,
|
||||
controller: new AudioNotificationsEnabledController(),
|
||||
},
|
||||
"enableWidgetScreenshots": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue