From f8196b4ef6369b5cbaf746cbaf6101eba1fb783b Mon Sep 17 00:00:00 2001 From: default Date: Sun, 17 Dec 2023 15:21:16 +0100 Subject: New function srv_archive_qitem(). --- activitypub.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 130c283..fa06a89 100644 --- a/activitypub.c +++ b/activitypub.c @@ -2135,8 +2135,10 @@ void process_queue_item(xs_dict *q_item) unlink(tmpfn); - if (cnt == 0) + if (cnt == 0) { + srv_archive_qitem(q_item); srv_debug(1, xs_fmt("no valid recipients for %s", tmpfn)); + } } } else -- cgit v1.2.3