summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-01-10 18:04:44 +0100
committerdefault <nobody@localhost>2024-01-10 18:04:44 +0100
commitf0d185192ba4c64646ac9c1507798707af03c898 (patch)
tree86a892cd0ea1f0f1225f6bb8afb8009ae6d5590f /activitypub.c
parent1d3157f4961cd1ef57c361d84988112bebe6eeda (diff)
Call srv_archive_error() on input q_item errors.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c
index 35601fb..be82fff 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -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 {