diff options
author | George Hazan <ghazan@miranda.im> | 2022-11-03 10:43:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-11-03 10:43:20 +0300 |
commit | a7672154de78b838ab9110d202784897b0abd464 (patch) | |
tree | f8a2b3c0099b858cf2cd30bdbb989255226e5c26 /protocols/WhatsApp/src/message.cpp | |
parent | 8576740bf5e710a9ceaf25b7fbe47aa94372c97c (diff) |
WhatsApp: support for message titles in the extended messages
Diffstat (limited to 'protocols/WhatsApp/src/message.cpp')
-rw-r--r-- | protocols/WhatsApp/src/message.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/message.cpp b/protocols/WhatsApp/src/message.cpp index 74bead6695..b653b18688 100644 --- a/protocols/WhatsApp/src/message.cpp +++ b/protocols/WhatsApp/src/message.cpp @@ -210,7 +210,7 @@ void WhatsAppProto::ProcessMessage(WAMSG type, const Wa__WebMessageInfo &msg) // try to extract some text if (pUser) { - CMStringA szMessageText(getMessageText(body)); + CMStringA szMessageText(GetMessageText(body)); if (!szMessageText.IsEmpty()) { PROTORECVEVENT pre = {}; pre.timestamp = timestamp; |