Add reactions feature flag

This commit is contained in:
J. Ryan Stinnett 2019-04-26 10:52:36 +01:00
parent 4b50d2a2bf
commit 7f62cdf124
2 changed files with 7 additions and 0 deletions

View file

@ -118,6 +118,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_reactions": {
isFeature: true,
displayName: _td("React to messages with emoji"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"MessageComposerInput.suggestEmoji": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td('Enable Emoji suggestions while typing'),