libpurple/protocols/jabber/message.c

changeset 36108
69b4fce85ffa
parent 36098
4951752ad038
child 37153
c0eccc6696da
--- a/libpurple/protocols/jabber/message.c	Thu Jun 12 22:02:46 2014 +0530
+++ b/libpurple/protocols/jabber/message.c	Thu Jun 12 18:45:07 2014 +0200
@@ -220,7 +220,7 @@
 {
 	JabberID *jid = jabber_id_new(jm->from);
 	JabberChat *chat;
-	PurpleMessageFlags messageFlags = PURPLE_MESSAGE_RECV;
+	PurpleMessageFlags messageFlags = 0;
 
 	if(!jid)
 		return;

mercurial