diff options
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 { |