1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Fixed message sending when not PGP key found

This commit is contained in:
James Booth 2015-04-05 16:03:50 +01:00
parent c8c12a8f7a
commit 5305a3e3a6

View File

@ -128,6 +128,8 @@ message_send_chat(const char * const barejid, const char * const msg)
} else {
message = stanza_create_message(ctx, id, jid, STANZA_TYPE_CHAT, msg);
}
} else {
message = stanza_create_message(ctx, id, jid, STANZA_TYPE_CHAT, msg);
}
#else
message = stanza_create_message(ctx, id, jid, STANZA_TYPE_CHAT, msg);