diff options
author | default <nobody@localhost> | 2023-12-17 15:21:16 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-12-17 15:21:16 +0100 |
commit | f8196b4ef6369b5cbaf746cbaf6101eba1fb783b (patch) | |
tree | e1142beb5839eaa332778c83c79cbfe5b0b0573e /activitypub.c | |
parent | ad718e5b801edd19fd76fb7d2921533c21ffab38 (diff) |
New function srv_archive_qitem().
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 4 |
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 |