diff options
author | George Hazan <george.hazan@gmail.com> | 2024-07-22 18:50:42 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-07-22 18:50:42 +0300 |
commit | 18db8c6eb17021f64e14406133b2bc38a4f98243 (patch) | |
tree | d6aef25a38c7b7249971ce2a46d26123322d3c28 /protocols/Telegram/src/proto.cpp | |
parent | a649fb38df9fe563e45d38a7f9d329fba2ed1dfd (diff) |
fixes #4558 (У чата в клисте отсутствует пункт контекстного меню "Файл", если история чата не хранится в базе)
Diffstat (limited to 'protocols/Telegram/src/proto.cpp')
-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 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; |