From 3ae5c1c037404f3256d3b934014f0922458c4a3b Mon Sep 17 00:00:00 2001 From: default Date: Fri, 16 Aug 2024 18:42:14 +0200 Subject: [PATCH] Don't archive actor retry errors. --- activitypub.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/activitypub.c b/activitypub.c index 68ad717..66c5539 100644 --- a/activitypub.c +++ b/activitypub.c @@ -2305,8 +2305,6 @@ 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 {