Skip to content

Commit

Permalink
Update emoji to Unicode 15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 19, 2024
1 parent ca00a19 commit 4befb12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Telegram/SourceFiles/chat_helpers/emoji_sets_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ inline auto PreviewPath(int i) {

const auto kSets = {
Set{ { 0, 0, 0, "Mac" }, PreviewPath(0) },
Set{ { 1, 1804, 8'115'639, "Android" }, PreviewPath(1) },
Set{ { 2, 1805, 5'481'197, "Twemoji" }, PreviewPath(2) },
Set{ { 3, 1806, 7'047'594, "JoyPixels" }, PreviewPath(3) },
Set{ { 1, 2290, 8'306'943, "Android" }, PreviewPath(1) },
Set{ { 2, 2291, 5'694'303, "Twemoji" }, PreviewPath(2) },
Set{ { 3, 2292, 7'261'223, "JoyPixels" }, PreviewPath(3) },
};

using Loading = MTP::DedicatedLoader::Progress;
Expand Down
2 changes: 1 addition & 1 deletion Telegram/lib_ui

0 comments on commit 4befb12

Please sign in to comment.