1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Return after message receipt

This commit is contained in:
James Booth 2015-03-14 23:25:20 +00:00
parent ca30ff3910
commit 125719673b

View File

@ -516,8 +516,8 @@ _chat_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
Jid *jidp = jid_create(fulljid);
handle_message_receipt(jidp->barejid, id);
jid_destroy(jidp);
return 1;
}
}
}
}