add feature flag

This commit is contained in:
Bruno Windels 2019-05-14 10:51:04 +01:00
parent 759a4a54ef
commit 036cb02c0e
3 changed files with 18 additions and 5 deletions

View file

@ -118,6 +118,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_message_editing": {
isFeature: true,
displayName: _td("Edit messages after they have been sent"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_reactions": {
isFeature: true,
displayName: _td("React to messages with emoji (refresh to apply changes)"),