mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Return after message receipt
This commit is contained in:
parent
ca30ff3910
commit
125719673b
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user