mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: windows has no country flags (#7199)
This commit is contained in:
@@ -260,7 +260,8 @@ DEFAULT_SET ||= "twitter"
|
||||
# Replace the platform by another when downloading the image (accepts names or categories)
|
||||
EMOJI_IMAGES_PATCH ||= {
|
||||
"apple" => { "snowboarder" => "twitter" },
|
||||
"emoji_one" => { "country-flag" => "twitter" }
|
||||
"emoji_one" => { "country-flag" => "twitter" },
|
||||
"windows" => { "country-flag" => "twitter" }
|
||||
}
|
||||
|
||||
EMOJI_SETS ||= {
|
||||
|
||||
Reference in New Issue
Block a user