aboutsummaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2026-04-16 10:40:52 +0200
committergrunfink <grunfink@comam.es>2026-04-16 10:40:52 +0200
commit9bf65054498df1216b0e1db42b154ac282470026 (patch)
treee0eb7d60dfa0da0e82b130b12484945d388dabcd /activitypub.c
parent4c78481fb2d8167f8eb8b49967b3f888bc99a1cd (diff)
Mark actor and instance as OK in successful actor refreshing.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c
index 2f6da8b..9e49d0d 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -3421,6 +3421,10 @@ void process_user_queue_item(snac *user, xs_dict *q_item)
actor_o = actor_get_collections(user, actor_o, 1);
actor_add(actor, actor_o);
+
+ /* mark actor and instance as working */
+ actor_failure(actor, 2);
+ instance_failure(actor, 2);
}
else {
if (status == HTTP_STATUS_GONE || status == HTTP_STATUS_NOT_FOUND) {