diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 4 |
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) { |