From 18db8c6eb17021f64e14406133b2bc38a4f98243 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 22 Jul 2024 18:50:42 +0300 Subject: =?UTF-8?q?fixes=20#4558=20(=D0=A3=20=D1=87=D0=B0=D1=82=D0=B0=20?= =?UTF-8?q?=D0=B2=20=D0=BA=D0=BB=D0=B8=D1=81=D1=82=D0=B5=20=D0=BE=D1=82?= =?UTF-8?q?=D1=81=D1=83=D1=82=D1=81=D1=82=D0=B2=D1=83=D0=B5=D1=82=20=D0=BF?= =?UTF-8?q?=D1=83=D0=BD=D0=BA=D1=82=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=BA?= =?UTF-8?q?=D1=81=D1=82=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BC=D0=B5=D0=BD=D1=8E?= =?UTF-8?q?=20"=D0=A4=D0=B0=D0=B9=D0=BB",=20=D0=B5=D1=81=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=B8=D1=81=D1=82=D0=BE=D1=80=D0=B8=D1=8F=20=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B5=20=D1=85=D1=80=D0=B0=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=81=D1=8F=20=D0=B2=20=D0=B1=D0=B0=D0=B7=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Telegram/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Telegram/src') diff --git a/protocols/Telegram/src/proto.cpp b/protocols/Telegram/src/proto.cpp index 05690aa8c0..840c8ec5e7 100644 --- a/protocols/Telegram/src/proto.cpp +++ b/protocols/Telegram/src/proto.cpp @@ -345,7 +345,7 @@ INT_PTR CTelegramProto::GetCaps(int type, MCONTACT) case PFLAGNUM_4: return PF4_NOCUSTOMAUTH | PF4_FORCEAUTH | PF4_OFFLINEFILES | PF4_NOAUTHDENYREASON | PF4_SUPPORTTYPING | PF4_AVATARS - | PF4_SERVERMSGID | PF4_DELETEFORALL | PF4_REPLY; + | PF4_SERVERMSGID | PF4_DELETEFORALL | PF4_REPLY | PF4_GROUPCHATFILES; case PFLAGNUM_5: return PF2_SHORTAWAY | PF2_LONGAWAY; -- cgit v1.2.3