summaryrefslogtreecommitdiff
path: root/protocols/JabberG
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG')
-rw-r--r--protocols/JabberG/src/jabber_omemo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_omemo.cpp b/protocols/JabberG/src/jabber_omemo.cpp
index b28f32ccb0..9f63be7340 100644
--- a/protocols/JabberG/src/jabber_omemo.cpp
+++ b/protocols/JabberG/src/jabber_omemo.cpp
@@ -1422,9 +1422,9 @@ bool CJabberProto::OmemoHandleMessage(XmppMsg *msg, const TiXmlElement *node, co
msg->szMessage = result;
if (trusted)
- msg->dbei.flags = DBEF_STRONG;
+ msg->dbei.flags |= DBEF_STRONG;
if (isCarbon)
- msg->dbei.flags = DBEF_SENT;
+ msg->dbei.flags |= DBEF_SENT;
}
return true;