summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-15 13:32:32 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-15 13:32:32 +0300
commit57ff99c9525a7bc381392f28f2b54e3df3c45db1 (patch)
tree4e6425fd896cf5e735402d4c58c130abd5f24b27 /protocols
parentf2e906ffcfc29367af34fcb47deb11933daa40ee (diff)
for #3925: contact's bookmarks in NS
Diffstat (limited to 'protocols')
-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 ab68b5eb26..f04e16f4e1 100644
--- a/protocols/Telegram/src/proto.cpp
+++ b/protocols/Telegram/src/proto.cpp
@@ -233,7 +233,7 @@ void CTelegramProto::OnEventEdited(MCONTACT hContact, MEVENT, const DBEVENTINFO
if (!pUser)
return;
- if (dbei.szId && dbei.cbBlob && dbei.eventType == EVENTTYPE_MESSAGE) {
+ if (dbei.szId && dbei.cbBlob && dbei.pBlob && dbei.eventType == EVENTTYPE_MESSAGE) {
auto text = TD::make_object<TD::formattedText>();
text->text_ = (char*)dbei.pBlob;