mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Added slight smiling, slighting frowning, upside-down smiling, Canada, and Pakistan emojis
This commit is contained in:
BIN
webapp/images/emoji/1f1e8-1f1e6.png
Normal file
BIN
webapp/images/emoji/1f1e8-1f1e6.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
webapp/images/emoji/1f1f5-1f1f0.png
Normal file
BIN
webapp/images/emoji/1f1f5-1f1f0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
BIN
webapp/images/emoji/1f641.png
Normal file
BIN
webapp/images/emoji/1f641.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
BIN
webapp/images/emoji/1f642.png
Normal file
BIN
webapp/images/emoji/1f642.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
BIN
webapp/images/emoji/1f643.png
Normal file
BIN
webapp/images/emoji/1f643.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
@@ -8123,6 +8123,54 @@
|
||||
, "tags": [
|
||||
]
|
||||
}
|
||||
, {
|
||||
"emoji": "🇨🇦"
|
||||
, "description": "regional indicator symbol letter c + regional indicator symbol letter a"
|
||||
, "aliases": [
|
||||
"ca",
|
||||
"eh"
|
||||
]
|
||||
, "tags": [
|
||||
"canada"
|
||||
]
|
||||
}
|
||||
, {
|
||||
"emoji": "🇵🇰"
|
||||
, "description": "regional indicator symbol letter p + regional indicator symbol letter k"
|
||||
, "aliases": [
|
||||
"pk"
|
||||
]
|
||||
, "tags": [
|
||||
"pakistan"
|
||||
]
|
||||
}
|
||||
, {
|
||||
"emoji": "🙂"
|
||||
, "description": "slightly smiling face"
|
||||
, "aliases": [
|
||||
"slightly_smiling_face"
|
||||
]
|
||||
, "tags": [
|
||||
]
|
||||
}
|
||||
, {
|
||||
"emoji": "🙁"
|
||||
, "description": "slightly frowning face"
|
||||
, "aliases": [
|
||||
"slightly_frowning_face"
|
||||
]
|
||||
, "tags": [
|
||||
]
|
||||
}
|
||||
, {
|
||||
"emoji": "🙃"
|
||||
, "description": "upside-down face"
|
||||
, "aliases": [
|
||||
"upside_down_face"
|
||||
]
|
||||
, "tags": [
|
||||
]
|
||||
}
|
||||
, {
|
||||
"aliases": [
|
||||
"basecamp"
|
||||
|
||||
@@ -7,7 +7,7 @@ import Constants from './constants.jsx';
|
||||
import emojis from './emoji.json';
|
||||
|
||||
const emoticonPatterns = {
|
||||
smile: /(^|\s)(:-?\))(?=$|\s)/g, // :)
|
||||
slightly_smiling_face: /(^|\s)(:-?\))(?=$|\s)/g, // :)
|
||||
wink: /(^|\s)(;-?\))(?=$|\s)/g, // ;)
|
||||
open_mouth: /(^|\s)(:o)(?=$|\s)/gi, // :o
|
||||
scream: /(^|\s)(:-o)(?=$|\s)/gi, // :-o
|
||||
@@ -16,7 +16,7 @@ const emoticonPatterns = {
|
||||
stuck_out_tongue_closed_eyes: /(^|\s)(x-d)(?=$|\s)/gi, // x-d
|
||||
stuck_out_tongue: /(^|\s)(:-?p)(?=$|\s)/gi, // :p
|
||||
rage: /(^|\s)(:-?[\[@])(?=$|\s)/g, // :@
|
||||
frowning: /(^|\s)(:-?\()(?=$|\s)/g, // :(
|
||||
slightly_frowning_face: /(^|\s)(:-?\()(?=$|\s)/g, // :(
|
||||
cry: /(^|\s)(:['’]-?\(|:'\(|:'\()(?=$|\s)/g, // :`(
|
||||
confused: /(^|\s)(:-?\/)(?=$|\s)/g, // :/
|
||||
confounded: /(^|\s)(:-?s)(?=$|\s)/gi, // :s
|
||||
|
||||
Reference in New Issue
Block a user