mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
PLT-3742 Changed emoticon pattern. (:D > grinning to smile) (#3817)
This commit is contained in:
committed by
Harrison Healey
parent
b2a0fb066b
commit
ec5f9d7889
@@ -9,7 +9,7 @@ export const emoticonPatterns = {
|
||||
open_mouth: /(^|\s)(:o)(?=$|\s)/gi, // :o
|
||||
scream: /(^|\s)(:-o)(?=$|\s)/gi, // :-o
|
||||
smirk: /(^|\s)(:-?])(?=$|\s)/g, // :]
|
||||
grinning: /(^|\s)(:-?d)(?=$|\s)/gi, // :D
|
||||
smile: /(^|\s)(:-?d)(?=$|\s)/gi, // :D
|
||||
stuck_out_tongue_closed_eyes: /(^|\s)(x-d)(?=$|\s)/gi, // x-d
|
||||
stuck_out_tongue: /(^|\s)(:-?p)(?=$|\s)/gi, // :p
|
||||
rage: /(^|\s)(:-?[\[@])(?=$|\s)/g, // :@
|
||||
|
||||
Reference in New Issue
Block a user