summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-06 17:10:54 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-06 17:10:54 +0300
commitd154837d8b5110108a219022832744fd6daa9884 (patch)
tree3f28bc1fbe4e75cc3248fb74fc5855e5402fa0de /protocols/Telegram/src
parent4f258796441a53b02dcf60daf13d0c6bd3cb2cdd (diff)
fixes #4694 (TabSRMM: сделать иконки форматирования в тулбаре протоколозависимыми)
Diffstat (limited to 'protocols/Telegram/src')
-rw-r--r--protocols/Telegram/src/proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/proto.cpp b/protocols/Telegram/src/proto.cpp
index 98572eea52..355d137256 100644
--- a/protocols/Telegram/src/proto.cpp
+++ b/protocols/Telegram/src/proto.cpp
@@ -349,7 +349,7 @@ INT_PTR CTelegramProto::GetCaps(int type, MCONTACT hContact)
case PFLAGNUM_4:
ret = PF4_NOCUSTOMAUTH | PF4_FORCEAUTH | PF4_OFFLINEFILES | PF4_NOAUTHDENYREASON | PF4_SUPPORTTYPING | PF4_AVATARS
- | PF4_SERVERMSGID | PF4_REPLY | PF4_GROUPCHATFILES | PF4_IMSENDOFFLINE;
+ | PF4_SERVERMSGID | PF4_REPLY | PF4_GROUPCHATFILES | PF4_IMSENDOFFLINE | PF4_SERVERFORMATTING;
if (GetId(hContact) != m_iOwnId)
ret |= PF4_DELETEFORALL;
return ret;