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) | |||
| 2135 | 2135 | ||
| 2136 | unlink(tmpfn); | 2136 | unlink(tmpfn); |
| 2137 | 2137 | ||
| 2138 | if (cnt == 0) | 2138 | if (cnt == 0) { |
| 2139 | srv_archive_qitem(q_item); | ||
| 2139 | srv_debug(1, xs_fmt("no valid recipients for %s", tmpfn)); | 2140 | srv_debug(1, xs_fmt("no valid recipients for %s", tmpfn)); |
| 2141 | } | ||
| 2140 | } | 2142 | } |
| 2141 | } | 2143 | } |
| 2142 | else | 2144 | else |