allow hiding of who is typing tile

This commit is contained in:
Michael Telatynski 2020-02-08 21:21:30 +00:00
parent 3c49515e08
commit a8da4a3028
4 changed files with 19 additions and 1 deletions

View file

@ -263,6 +263,11 @@ export const SETTINGS = {
default: true,
invertedSettingName: 'dontSendTypingNotifications',
},
"showTypingNotifications": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td("Show typing notifications"),
default: true,
},
"MessageComposerInput.autoReplaceEmoji": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td('Automatically replace plain text Emoji'),