From 85c59762a455a6814a6e6d2b99b524367a3d074d Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 21 Oct 2018 11:52:05 +0400 Subject: [PATCH] Fix broken emoji. --- Telegram/SourceFiles/codegen/emoji/data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/codegen/emoji/data.cpp b/Telegram/SourceFiles/codegen/emoji/data.cpp index 926d91996..e0aed486c 100644 --- a/Telegram/SourceFiles/codegen/emoji/data.cpp +++ b/Telegram/SourceFiles/codegen/emoji/data.cpp @@ -951,7 +951,7 @@ InputCategory Category4 = { { 0xD83EDD4AU, }, { 0xD83EDD4BU, }, { 0xD83CDFBDU, }, - { 0xD83DDEF9U, 0x20U, }, + { 0xD83DDEF9U, }, { 0xD83DDEF7U, }, { 0x26F8U, }, { 0xD83EDD4CU, },