From 43b5f060c9b5f3a928710415b4fa37b17db3d98a Mon Sep 17 00:00:00 2001 From: Girish S Date: Sun, 18 Oct 2015 09:33:47 +0530 Subject: translate ;) to wink emoji --- web/react/utils/emoticons.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/react/utils/emoticons.jsx b/web/react/utils/emoticons.jsx index 94bb91503..7b43e48b4 100644 --- a/web/react/utils/emoticons.jsx +++ b/web/react/utils/emoticons.jsx @@ -3,6 +3,7 @@ const emoticonPatterns = { smile: /(^|\s)(:-?\))($|\s)/g, // :) + wink: /(^|\s)(;-?\))($|\s)/g, // ;) open_mouth: /(^|\s)(:o)($|\s)/gi, // :o scream: /(^|\s)(:-o)($|\s)/gi, // :-o smirk: /(^|\s)(:-?])($|\s)/g, // :] -- cgit v1.2.3-1-g7c22