mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixed parsing of :'( emoticon
This commit is contained in:
@@ -11,7 +11,7 @@ const emoticonPatterns = {
|
||||
stuck_out_tongue: /(^|\s)(:-?p)($|\s)/gi, // :p
|
||||
rage: /(^|\s)(:-?[\[@])($|\s)/g, // :@
|
||||
frowning: /(^|\s)(:-?\()($|\s)/g, // :(
|
||||
sob: /(^|\s)(:['’]-?\(|:'\()($|\s)/g, // :`(
|
||||
sob: /(^|\s)(:['’]-?\(|:'\(|:'\()($|\s)/g, // :`(
|
||||
kissing_heart: /(^|\s)(:-?\*)($|\s)/g, // :*
|
||||
pensive: /(^|\s)(:-?\/)($|\s)/g, // :/
|
||||
confounded: /(^|\s)(:-?s)($|\s)/gi, // :s
|
||||
|
||||
Reference in New Issue
Block a user