mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Call srv_archive_error() on input q_item errors.
This commit is contained in:
parent
1d3157f496
commit
f0d185192b
@ -1946,6 +1946,8 @@ void process_user_queue_item(snac *snac, xs_dict *q_item)
|
||||
return;
|
||||
|
||||
if (!process_input_message(snac, msg, req)) {
|
||||
srv_archive_error("input", "process_input_message", req, msg);
|
||||
|
||||
if (retries > queue_retry_max)
|
||||
snac_log(snac, xs_fmt("input giving up"));
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user