commit 3ae5c1c037404f3256d3b934014f0922458c4a3b
parent e89d21b2474d27772f2f0a271b81fb361abf6df7
Author: default <nobody@localhost>
Date: Fri, 16 Aug 2024 18:42:14 +0200
Don't archive actor retry errors.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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 {