Merge branch 'develop' into hs/custom-notif-sounds

This commit is contained in:
Will Hunt
2019-05-15 16:09:55 +01:00
committed by GitHub
34 changed files with 1430 additions and 19 deletions
+6
View File
@@ -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"),