diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-14 14:54:14 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-14 14:54:14 +0300 |
commit | 3f32abbb269e21e4687affc8560fb6a080ae8ba1 (patch) | |
tree | 4138040bf772269a11e3b432b77ba266e73e6fed /protocols | |
parent | c1f9c54352ec311ea3797662d4f08f489c8d5913 (diff) |
Telegram: no auth messages
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Telegram/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/proto.cpp b/protocols/Telegram/src/proto.cpp index 5fe249d3b2..9878ab5369 100644 --- a/protocols/Telegram/src/proto.cpp +++ b/protocols/Telegram/src/proto.cpp @@ -321,7 +321,7 @@ INT_PTR CTelegramProto::GetCaps(int type, MCONTACT) case PFLAGNUM_2: return PF2_ONLINE | PF2_SHORTAWAY | PF2_LONGAWAY; case PFLAGNUM_4: - return PF4_NOCUSTOMAUTH | PF4_NOAUTHDENYREASON | PF4_SUPPORTTYPING | PF4_AVATARS | PF4_SERVERMSGID; + return PF4_NOCUSTOMAUTH | PF4_NOCUSTOMAUTH | PF4_NOAUTHDENYREASON | PF4_SUPPORTTYPING | PF4_AVATARS | PF4_SERVERMSGID; case PFLAGNUM_5: return PF2_SHORTAWAY | PF2_LONGAWAY; case PFLAG_UNIQUEIDTEXT: |