Merge branch 'develop' into hs/custom-notif-sounds
This commit is contained in:
commit
2994d99378
34 changed files with 1430 additions and 19 deletions
|
@ -119,6 +119,12 @@ export const SETTINGS = {
|
|||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_message_editing": {
|
||||
isFeature: true,
|
||||
displayName: _td("Edit messages after they have been sent (refresh to apply changes)"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_notification_sounds": {
|
||||
isFeature: true,
|
||||
displayName: _td("Custom Notification Sounds"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue