diff options
| author | 2024-08-16 18:42:14 +0200 | |
|---|---|---|
| committer | 2024-08-16 18:42:14 +0200 | |
| commit | 3ae5c1c037404f3256d3b934014f0922458c4a3b (patch) | |
| tree | 8df4728d2981e0e161b697e7329a306ddc845302 /activitypub.c | |
| parent | Ignore 'Read' messages. (diff) | |
| download | snac2-3ae5c1c037404f3256d3b934014f0922458c4a3b.tar.gz snac2-3ae5c1c037404f3256d3b934014f0922458c4a3b.tar.xz snac2-3ae5c1c037404f3256d3b934014f0922458c4a3b.zip | |
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) | |||
| 2305 | return; | 2305 | return; |
| 2306 | 2306 | ||
| 2307 | if (!process_input_message(snac, msg, req)) { | 2307 | if (!process_input_message(snac, msg, req)) { |
| 2308 | srv_archive_error("input", "process_input_message", req, msg); | ||
| 2309 | |||
| 2310 | if (retries > queue_retry_max) | 2308 | if (retries > queue_retry_max) |
| 2311 | snac_log(snac, xs_fmt("input giving up")); | 2309 | snac_log(snac, xs_fmt("input giving up")); |
| 2312 | else { | 2310 | else { |