From 34349112f6bfa6a7a25f778d2eabfa2b0aa00f9e Mon Sep 17 00:00:00 2001 From: default Date: Tue, 20 Feb 2024 05:31:34 +0100 Subject: New verify_links q_item. --- activitypub.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index bd0efd4..e389915 100644 --- a/activitypub.c +++ b/activitypub.c @@ -2191,6 +2191,10 @@ void process_user_queue_item(snac *snac, xs_dict *q_item) if (!xs_is_null(id)) timeline_request_replies(snac, id); } + else + if (strcmp(type, "verify_links") == 0) { + verify_links(snac); + } else snac_log(snac, xs_fmt("unexpected user q_item type '%s'", type)); } -- cgit v1.2.3