mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #4923 from jjaffeux/fixes-automobile-emoji-not-displayed
Fixes automobile being an alias now
This commit is contained in:
@@ -6450,8 +6450,9 @@
|
||||
"new_moon": [
|
||||
"moon"
|
||||
],
|
||||
"automobile": [
|
||||
"car"
|
||||
"oncoming_automobile": [
|
||||
"car",
|
||||
"automobile"
|
||||
],
|
||||
"fleur_de_lis": [
|
||||
"fleur-de-lis"
|
||||
|
||||
@@ -208,7 +208,7 @@ EMOJI_ALIASES ||= {
|
||||
"tipping_hand_woman" => [ "information_desk_person" ],
|
||||
"rowing_man" => [ "rowboat" ],
|
||||
"new_moon" => [ "moon" ],
|
||||
"automobile" => [ "car" ],
|
||||
"oncoming_automobile" => [ "car", "automobile" ],
|
||||
"fleur_de_lis" => [ "fleur-de-lis" ],
|
||||
}
|
||||
|
||||
@@ -912,7 +912,6 @@ EMOJI_GROUPS ||= [
|
||||
"rotating_light",
|
||||
"taxi",
|
||||
"oncoming_taxi",
|
||||
"automobile",
|
||||
"oncoming_automobile",
|
||||
"blue_car",
|
||||
"truck",
|
||||
|
||||
Reference in New Issue
Block a user