You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Add missing keys to notif sound setting
This commit is contained in:
@@ -129,6 +129,8 @@ export const SETTINGS = {
|
|||||||
"feature_notification_sounds": {
|
"feature_notification_sounds": {
|
||||||
isFeature: true,
|
isFeature: true,
|
||||||
displayName: _td("Custom Notification Sounds"),
|
displayName: _td("Custom Notification Sounds"),
|
||||||
|
supportedLevels: LEVELS_FEATURE,
|
||||||
|
default: false,
|
||||||
},
|
},
|
||||||
"feature_reactions": {
|
"feature_reactions": {
|
||||||
isFeature: true,
|
isFeature: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user