diff options
| author | levlam <levlam@telegram.org> | 2026-06-24 19:33:58 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-06-24 19:33:58 +0300 |
| commit | 2576d87b973f147faad38cfb3c4c376272c7848e (patch) | |
| tree | 2a4d17e20f17b5cd711baafa0001912bda9efeba /td | |
| parent | af02edaca508d6e939e2a0b684fe27d963cff353 (diff) | |
Use crystal ball as country flag for Y-Land.
Diffstat (limited to 'td')
| -rw-r--r-- | td/telegram/CountryInfoManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/CountryInfoManager.cpp b/td/telegram/CountryInfoManager.cpp index aa10bf3c5..a3cfee540 100644 --- a/td/telegram/CountryInfoManager.cpp +++ b/td/telegram/CountryInfoManager.cpp @@ -634,7 +634,7 @@ string CountryInfoManager::get_country_flag_emoji(const string &country_code) { char first = to_upper(country_code[0]); char second = to_upper(country_code[1]); if (first == 'Y' && second == 'L') { - return string(); + return "\xF0\x9F\x94\xAE"; // crystal ball } if (first == 'F' && second == 'T') { return "\xF0\x9F\x8F\xB4\xE2\x80\x8D\xE2\x98\xA0\xEF\xB8\x8F"; // pirate flag |
