From cd0e211354575f89f169da2e86b5b234a2624b9d Mon Sep 17 00:00:00 2001 From: default Date: Tue, 12 Mar 2024 18:04:09 +0100 Subject: Don't call enqueue_actor_request() with a NULL user. --- activitypub.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 08f79ed..bd72cb4 100644 --- a/activitypub.c +++ b/activitypub.c @@ -2256,6 +2256,8 @@ void process_user_queue_item(snac *snac, xs_dict *q_item) if (valid_status((status = activitypub_request(snac, actor, &actor_o)))) actor_add(actor, actor_o); + else + object_touch(actor); snac_log(snac, xs_fmt("refresh actor %s %d", actor, status)); } -- cgit v1.2.3