libpurple/protocols/jabber/message.c

branch
soc.2013.gobjectification.plugins
changeset 37153
c0eccc6696da
parent 37148
50f361d39a1e
parent 36108
69b4fce85ffa
child 37423
d2f0259aa43f
--- a/libpurple/protocols/jabber/message.c	Thu Jun 12 22:21:37 2014 +0530
+++ b/libpurple/protocols/jabber/message.c	Sun Jun 15 03:46:35 2014 +0530
@@ -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