Put stickers behind labs flag.

This commit is contained in:
Richard Lewis 2018-04-02 22:24:46 +01:00
parent 8241afe87d
commit b109c9304c
3 changed files with 13 additions and 1 deletions

View file

@ -100,6 +100,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_sticker_messages": {
isFeature: true,
displayName: _td("Sticker Messages"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"MessageComposerInput.dontSuggestEmoji": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td('Disable Emoji suggestions while typing'),