diff options
| author | 2023-12-17 15:27:39 +0100 | |
|---|---|---|
| committer | 2023-12-17 15:27:39 +0100 | |
| commit | fd637549f34caed37bd141c2363a962fccc57a20 (patch) | |
| tree | 6830a148a04bee7b6634792652a5f1a1bcb1808e /activitypub.c | |
| parent | New function srv_archive_qitem(). (diff) | |
| download | snac2-fd637549f34caed37bd141c2363a962fccc57a20.tar.gz snac2-fd637549f34caed37bd141c2363a962fccc57a20.tar.xz snac2-fd637549f34caed37bd141c2363a962fccc57a20.zip | |
Added a prefix to srv_archive_qitem().
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index fa06a89..5c2d1ab 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -2136,7 +2136,7 @@ void process_queue_item(xs_dict *q_item) | |||
| 2136 | unlink(tmpfn); | 2136 | unlink(tmpfn); |
| 2137 | 2137 | ||
| 2138 | if (cnt == 0) { | 2138 | if (cnt == 0) { |
| 2139 | srv_archive_qitem(q_item); | 2139 | srv_archive_qitem("no_valid_recipients", q_item); |
| 2140 | srv_debug(1, xs_fmt("no valid recipients for %s", tmpfn)); | 2140 | srv_debug(1, xs_fmt("no valid recipients for %s", tmpfn)); |
| 2141 | } | 2141 | } |
| 2142 | } | 2142 | } |