diff options
Diffstat (limited to 'protocols/Telegram/src/groupchat.cpp')
-rw-r--r-- | protocols/Telegram/src/groupchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/groupchat.cpp b/protocols/Telegram/src/groupchat.cpp index 618f415922..c99302d435 100644 --- a/protocols/Telegram/src/groupchat.cpp +++ b/protocols/Telegram/src/groupchat.cpp @@ -205,7 +205,7 @@ int CTelegramProto::GcEventHook(WPARAM, LPARAM lParam) rtrimw(gch->ptszText); Chat_UnescapeTags(gch->ptszText); if (auto *pUser = FindUser(userId)) - SendTextMessage(pUser->chatId, T2Utf(gch->ptszText)); + SendTextMessage(pUser->chatId, 0, T2Utf(gch->ptszText)); } break; |