diff options
author | default <nobody@localhost> | 2024-08-16 18:42:14 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-08-16 18:42:14 +0200 |
commit | 3ae5c1c037404f3256d3b934014f0922458c4a3b (patch) | |
tree | 8df4728d2981e0e161b697e7329a306ddc845302 /activitypub.c | |
parent | e89d21b2474d27772f2f0a271b81fb361abf6df7 (diff) |
Don't archive actor retry errors.
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 0 insertions, 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 { |