From cf3f2ead4e9d0aa2aad0cd640b2df53527fe3641 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 5 Dec 2023 20:33:34 +0300 Subject: =?UTF-8?q?fixes=20#4019=20(Telegram:=20=D0=B8=D0=B7=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=D0=BA=D0=B0=20=D0=B8=D0=BC=D1=8F=20=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=B0=20=D0=BA=D0=BE=D1=80=D1=91=D0=B6=D0=B8=D1=82=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8=20=D0=9C=D0=B8=D1=80=D0=B0=D0=BD=D0=B4=D1=8B=20?= =?UTF-8?q?=D0=B2=20=D1=87=D0=B0=D1=82=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Telegram/src/groupchat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/Telegram/src/groupchat.cpp b/protocols/Telegram/src/groupchat.cpp index 3df631aa1b..ae2eaec808 100644 --- a/protocols/Telegram/src/groupchat.cpp +++ b/protocols/Telegram/src/groupchat.cpp @@ -424,7 +424,7 @@ void CTelegramProto::ProcessSuperGroup(TD::updateSupergroup *pObj) if (iStatusId == TD::chatMemberStatusLeft::ID) { auto *pUser = AddFakeUser(tmp.id, true); - pUser->wszNick = getName(pGroup->group->usernames_.get()); + pUser->wszNick = Utf2T(getName(pGroup->group->usernames_.get())); pUser->wszLastName.Format(TranslateT("%d member(s)"), pGroup->group->member_count_); } else { -- cgit v1.2.3