From 124b9880d4c56c019da6bc679de9919cf6779780 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 1 May 2020 12:58:12 +0400 Subject: [PATCH] Increment emoji cache version. --- ui/emoji_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/emoji_config.cpp b/ui/emoji_config.cpp index ac96452..38eacbc 100644 --- a/ui/emoji_config.cpp +++ b/ui/emoji_config.cpp @@ -32,7 +32,7 @@ constexpr auto kImagesPerRow = 32; constexpr auto kImageRowsPerSprite = 16; constexpr auto kSetVersion = uint32(1); -constexpr auto kCacheVersion = uint32(3); +constexpr auto kCacheVersion = uint32(4); constexpr auto kMaxId = uint32(1 << 8); constexpr auto kScaleForTouchBar = 150;