From c6fc80be61a03e069cd1b21355bb2a3bb942293a Mon Sep 17 00:00:00 2001 From: Heinrich Lee Yu <heinrich@gitlab.com> Date: Thu, 11 Nov 2021 09:11:25 +0800 Subject: [PATCH] Add emoji aliases for :) and :( The suggestions can be confusing because : is the emoji prefix and the parentheses match some emoji descriptions. These aliases improve the UX because they will show up as the first suggestions instead of some unrelated emojis. Changelog: fixed --- fixtures/emojis/aliases.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fixtures/emojis/aliases.json b/fixtures/emojis/aliases.json index f549d20cd73ea..c054e5e9f4320 100644 --- a/fixtures/emojis/aliases.json +++ b/fixtures/emojis/aliases.json @@ -1,4 +1,6 @@ { + ":) ":"smile", + ":( ":"disappointed", "small_airplane":"airplane_small", "right_anger_bubble":"anger_right", "keycap_asterisk":"asterisk", -- GitLab