From d8d40acfd17dfe28654f7acfac648a896033b63b Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 19 Jan 2026 15:53:19 +0100 Subject: New command-line option 'refresh'. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 1992b13..c34e510 100644 --- a/activitypub.c +++ b/activitypub.c @@ -3395,7 +3395,7 @@ void process_user_queue_item(snac *user, xs_dict *q_item) actor_add(actor, actor_o); } else { - if (status == HTTP_STATUS_GONE) { + if (status == HTTP_STATUS_GONE || status == HTTP_STATUS_NOT_FOUND) { actor_failure(actor, 1); snac_log(user, xs_fmt("actor_refresh marking actor %s as broken %d", actor, status)); } -- cgit v1.2.3