mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 04:36:21 +00:00
Log instead of showing error message when chat recipient not found
This commit is contained in:
@@ -86,7 +86,7 @@ handle_message_error(const char * const jid, const char * const type,
|
||||
|
||||
// handle recipient not found ('from' contains a value and type is 'cancel')
|
||||
} else if (type != NULL && (strcmp(type, "cancel") == 0)) {
|
||||
ui_handle_recipient_not_found(jid, err_msg);
|
||||
log_info("Recipient %s not found: %s", jid, err_msg);
|
||||
chat_session_on_cancel(jid);
|
||||
|
||||
// handle any other error from recipient
|
||||
|
||||
Reference in New Issue
Block a user