FIX: windows has no country flags (#7199)

This commit is contained in:
Joffrey JAFFEUX
2019-03-18 19:28:49 +01:00
committed by GitHub
parent 5d20d02ffc
commit d91b47064e
271 changed files with 3 additions and 2 deletions

View File

@@ -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 ||= {