1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge pull request #1381 from wstrm/fix-no-message

Fix messages with receipt request not displayed
This commit is contained in:
Michael Vetter 2020-07-02 21:03:39 +02:00 committed by GitHub
commit 4ee05abb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,6 @@ _message_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const stanza, void *con
xmpp_stanza_t *receipts = xmpp_stanza_get_child_by_ns(stanza, STANZA_NS_RECEIPTS);
if (receipts) {
_handle_receipt_received(stanza);
return 1;
}
// XEP-0060: Publish-Subscribe