allow hiding of who is typing tile
This commit is contained in:
parent
3c49515e08
commit
a8da4a3028
4 changed files with 19 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue