diff options
| author | 2026-01-19 15:53:19 +0100 | |
|---|---|---|
| committer | 2026-01-19 15:53:19 +0100 | |
| commit | d8d40acfd17dfe28654f7acfac648a896033b63b (patch) | |
| tree | 8af870554b76107149c0ded0abe2a71f9a1e3e89 /activitypub.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-d8d40acfd17dfe28654f7acfac648a896033b63b.tar.gz snac2-d8d40acfd17dfe28654f7acfac648a896033b63b.tar.xz snac2-d8d40acfd17dfe28654f7acfac648a896033b63b.zip | |
New command-line option 'refresh'.
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 1992b13..c34e510 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -3395,7 +3395,7 @@ void process_user_queue_item(snac *user, xs_dict *q_item) | |||
| 3395 | actor_add(actor, actor_o); | 3395 | actor_add(actor, actor_o); |
| 3396 | } | 3396 | } |
| 3397 | else { | 3397 | else { |
| 3398 | if (status == HTTP_STATUS_GONE) { | 3398 | if (status == HTTP_STATUS_GONE || status == HTTP_STATUS_NOT_FOUND) { |
| 3399 | actor_failure(actor, 1); | 3399 | actor_failure(actor, 1); |
| 3400 | snac_log(user, xs_fmt("actor_refresh marking actor %s as broken %d", actor, status)); | 3400 | snac_log(user, xs_fmt("actor_refresh marking actor %s as broken %d", actor, status)); |
| 3401 | } | 3401 | } |