diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 514bf5d..35645af 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -1942,7 +1942,7 @@ void process_queue_item(xs_dict *q_item) | |||
| 1942 | retries++; | 1942 | retries++; |
| 1943 | 1943 | ||
| 1944 | /* error sending; requeue? */ | 1944 | /* error sending; requeue? */ |
| 1945 | if (status == 400 || status == 404 || status == 410 || status < 0) | 1945 | if (status == 400 || status == 404 || status == 405 || status == 410 || status < 0) |
| 1946 | /* explicit error: discard */ | 1946 | /* explicit error: discard */ |
| 1947 | srv_log(xs_fmt("output message: fatal error %s %d", inbox, status)); | 1947 | srv_log(xs_fmt("output message: fatal error %s %d", inbox, status)); |
| 1948 | else | 1948 | else |