1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

Merge pull request #1392 from turt2live/travis/no_emoji

Add option to disable Emoji suggestions
This commit is contained in:
Matthew Hodgson
2017-09-17 21:40:43 +01:00
committed by GitHub
4 changed files with 11 additions and 0 deletions

View File

@@ -105,6 +105,10 @@ const SETTINGS_LABELS = [
id: 'MessageComposerInput.autoReplaceEmoji',
label: 'Automatically replace plain text Emoji',
},
{
id: 'MessageComposerInput.dontSuggestEmoji',
label: 'Disable Emoji suggestions while typing',
},
{
id: 'Pill.shouldHidePillAvatar',
label: 'Hide avatars in user and room mentions',