mcabber/mcabber/xmpp.c
changeset 2190 ee3a40ffcd8b
parent 2189 3b91f6a100f5
child 2192 cb53950fb1de
--- a/mcabber/mcabber/xmpp.c	Sun Oct 04 19:07:17 2015 +0200
+++ b/mcabber/mcabber/xmpp.c	Thu Jul 23 23:44:45 2015 +0200
@@ -1169,7 +1169,7 @@
 #endif
 
       if (body && *body)
-        hk_message_out(bjid, NULL, timestamp, body, encrypted, NULL);
+        hk_message_out(bjid, NULL, timestamp, body, encrypted, TRUE, NULL);
 
       scr_LogPrint(LPRINT_DEBUG, "Received outgoing carbon for <%s>", to);
       g_free(decrypted_pgp);