Merge pull request #5530 from aaronraimist/option-hide-stickers

Add option to hide the stickers button in the composer
This commit is contained in:
J. Ryan Stinnett
2021-02-04 17:01:23 +00:00
committed by GitHub
4 changed files with 9 additions and 1 deletions

View File

@@ -240,6 +240,11 @@ export const SETTINGS: {[setting: string]: ISetting} = {
default: true,
invertedSettingName: 'MessageComposerInput.dontSuggestEmoji',
},
"MessageComposerInput.showStickersButton": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td('Show stickers button'),
default: true,
},
// TODO: Wire up appropriately to UI (FTUE notifications)
"Notifications.alwaysShowBadgeCounts": {
supportedLevels: LEVELS_ROOM_OR_ACCOUNT,