DEV: Update emojis constants (#15506)
Follow up to d1cfabd so the new emojis are usable by the app
This commit is contained in:
committed by
GitHub
parent
ef37186be3
commit
06bba76719
@@ -7362,6 +7362,7 @@
|
||||
"face_with_rolling_eyes"
|
||||
],
|
||||
"slightly_frowning_face": [
|
||||
"frowning",
|
||||
"slight_frown"
|
||||
],
|
||||
"frowning_face": [
|
||||
|
||||
@@ -116,7 +116,7 @@ EMOJI_ALIASES ||= {
|
||||
"nerd_face" => [ "nerd" ],
|
||||
"hugs" => [ "hugging", "hugging_face" ],
|
||||
"roll_eyes" => [ "rolling_eyes", "face_with_rolling_eyes" ],
|
||||
"slightly_frowning_face" => [ "slight_frown" ],
|
||||
"slightly_frowning_face" => [ "frowning", "slight_frown" ],
|
||||
"frowning_face" => [ "frowning2", "white_frowning_face" ],
|
||||
"zipper_mouth_face" => [ "zipper_mouth" ],
|
||||
"face_with_head_bandage" => [ "head_bandage" ],
|
||||
|
||||
Reference in New Issue
Block a user