From ea1d005b9d8da29f74d91d4b50da6c78682f45d1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 1 Sep 2020 17:12:27 +0300 Subject: Jabber: message retrieving temporarily disabled --- protocols/JabberG/src/jabber_mam.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols') diff --git a/protocols/JabberG/src/jabber_mam.cpp b/protocols/JabberG/src/jabber_mam.cpp index e65b085224..dbdd1a67b3 100644 --- a/protocols/JabberG/src/jabber_mam.cpp +++ b/protocols/JabberG/src/jabber_mam.cpp @@ -45,8 +45,8 @@ void CJabberProto::OnIqResultMamInfo(const TiXmlElement *iqNode, CJabberIqInfo * } // shall we retrieve missing messages? - if (pInfo->GetUserData()) - MamRetrieveMissingMessages(); + // if (pInfo->GetUserData()) + // MamRetrieveMissingMessages(); } void CJabberProto::MamSetMode(int iNewMode) -- cgit v1.2.3