summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/JabberG/src/jabber_mam.cpp4
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)