diff options
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 |