From 5e3e73a695070af347a35bf29aacb5e9ff78910a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 6 Dec 2023 11:30:44 +0300 Subject: =?UTF-8?q?fixes=20#4020=20(Telegram:=20=D0=BF=D0=BE=D0=BF=D1=8B?= =?UTF-8?q?=D1=82=D0=BA=D0=B0=20=D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D1=81=D0=B0=D0=BC=D0=BE=D0=BC=D1=83=20=D1=81=D0=B5?= =?UTF-8?q?=D0=B1=D0=B5=20=D0=B2=20=D0=BF=D1=80=D0=B8=D0=B2=D0=B0=D1=82=20?= =?UTF-8?q?=D0=B8=D0=B7=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D0=BE=D0=B2=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D1=87=D0=B0=D1=82=D0=B0=20=D0=B4=D0=BE=D0=BB?= =?UTF-8?q?=D0=B6=D0=BD=D0=B0=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D0=B2=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=98=D0=B7=D0=B1=D1=80=D0=B0=D0=BD=D0=BD=D0=BE?= =?UTF-8?q?=D0=B5)?= 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(-) (limited to 'protocols/Telegram/src') diff --git a/protocols/Telegram/src/groupchat.cpp b/protocols/Telegram/src/groupchat.cpp index ae2eaec808..ddd51c036f 100644 --- a/protocols/Telegram/src/groupchat.cpp +++ b/protocols/Telegram/src/groupchat.cpp @@ -275,7 +275,7 @@ void CTelegramProto::Chat_SendPrivateMessage(GCHOOK *gch) Contact::Hide(hContact); db_set_dw(hContact, "Ignore", "Mask1", 0); } - else hContact = pUser->hContact; + else hContact = GetRealContact(pUser); CallService(MS_MSG_SENDMESSAGE, hContact, 0); } -- cgit v1.2.3