diff options
-rw-r--r-- | protocols/JabberG/src/jabber_thread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index 08b3329db8..05cc8592df 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -1039,6 +1039,7 @@ time_t CJabberProto::XmppMsg::extract_timestamp() }
void CJabberProto::XmppMsg::handle_mam()
{
+ dbei.flags |= DBEF_READ;
if (auto* mamResult = XmlGetChildByTag(node, "result", "xmlns", JABBER_FEAT_MAM)) {
szMamMsgId = XmlGetAttr(mamResult, "id");
|