diff --git a/Telegram/SourceFiles/chat_helpers/message_field.cpp b/Telegram/SourceFiles/chat_helpers/message_field.cpp index 88538c929..201f2f9c9 100644 --- a/Telegram/SourceFiles/chat_helpers/message_field.cpp +++ b/Telegram/SourceFiles/chat_helpers/message_field.cpp @@ -124,6 +124,7 @@ MessageField::MessageField(QWidget *parent, not_null contro addInstantReplace( ":shrug:", QChar(175) + QString("\\_(") + QChar(12484) + ")_/" + QChar(175)); + addInstantReplace(":o ", QString(1, QChar(0xD83D)) + QChar(0xDE28)); const auto &replacements = Ui::Emoji::internal::GetAllReplacements(); for (const auto &one : replacements) { const auto with = Ui::Emoji::QStringFromUTF16(one.emoji);