mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 04:05:35 +08:00
Fixes automobile being an alias now
This commit is contained in:
parent
13f89a53a3
commit
03f3612884
app/assets/javascripts/discourse/lib/emoji
lib
public/images/emoji
apple
emoji_one
google
twitter
win10
@ -701,7 +701,6 @@ const groups = [
|
||||
"rotating_light",
|
||||
"taxi",
|
||||
"oncoming_taxi",
|
||||
"automobile",
|
||||
"oncoming_automobile",
|
||||
"blue_car",
|
||||
"truck",
|
||||
|
@ -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",
|
||||
|
BIN
public/images/emoji/apple/automobile.png
Normal file
BIN
public/images/emoji/apple/automobile.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.3 KiB |
BIN
public/images/emoji/apple/car.png
Normal file
BIN
public/images/emoji/apple/car.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 2.3 KiB |
BIN
public/images/emoji/emoji_one/automobile.png
Normal file
BIN
public/images/emoji/emoji_one/automobile.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.3 KiB |
BIN
public/images/emoji/emoji_one/car.png
Normal file
BIN
public/images/emoji/emoji_one/car.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.3 KiB |
BIN
public/images/emoji/google/automobile.png
Normal file
BIN
public/images/emoji/google/automobile.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.1 KiB |
BIN
public/images/emoji/google/car.png
Normal file
BIN
public/images/emoji/google/car.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.1 KiB |
BIN
public/images/emoji/twitter/automobile.png
Normal file
BIN
public/images/emoji/twitter/automobile.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 791 B |
BIN
public/images/emoji/twitter/car.png
Normal file
BIN
public/images/emoji/twitter/car.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 791 B |
BIN
public/images/emoji/win10/automobile.png
Normal file
BIN
public/images/emoji/win10/automobile.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 568 B |
BIN
public/images/emoji/win10/car.png
Normal file
BIN
public/images/emoji/win10/car.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 568 B |
Loading…
x
Reference in New Issue
Block a user