summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-12-17 15:21:16 +0100
committerdefault <nobody@localhost>2023-12-17 15:21:16 +0100
commitf8196b4ef6369b5cbaf746cbaf6101eba1fb783b (patch)
treee1142beb5839eaa332778c83c79cbfe5b0b0573e /activitypub.c
parentad718e5b801edd19fd76fb7d2921533c21ffab38 (diff)
New function srv_archive_qitem().
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c4
1 files changed, 3 insertions, 1 deletions
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