diff options
author | George Hazan <ghazan@miranda.im> | 2020-09-01 17:12:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-09-01 17:12:27 +0300 |
commit | ea1d005b9d8da29f74d91d4b50da6c78682f45d1 (patch) | |
tree | cfc6ec543cb822005ff049664a44f72cf2fe6b27 | |
parent | f91eca63c7b22587d27be5653a76894a202edc5a (diff) |
Jabber: message retrieving temporarily disabled
-rw-r--r-- | protocols/JabberG/src/jabber_mam.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |