summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-08-24 14:45:42 +0200
committerGravatar default2024-08-24 14:45:42 +0200
commit9649db9b9ddf0661864a5c724f75e46b994c1e58 (patch)
treef1e521e9d8674d65034d7294337306e575dcdea2
parentArchive and try to avoid crashing on unexpected 'content' field data type. (diff)
downloadpenes-snac2-9649db9b9ddf0661864a5c724f75e46b994c1e58.tar.gz
penes-snac2-9649db9b9ddf0661864a5c724f75e46b994c1e58.tar.xz
penes-snac2-9649db9b9ddf0661864a5c724f75e46b994c1e58.zip
Stop archiving no_valid_recipients q_item.
-rw-r--r--activitypub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 797dff0..b18514f 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -2610,7 +2610,6 @@ void process_queue_item(xs_dict *q_item)
2610 unlink(tmpfn); 2610 unlink(tmpfn);
2611 2611
2612 if (cnt == 0) { 2612 if (cnt == 0) {
2613 srv_archive_qitem("no_valid_recipients", q_item);
2614 srv_debug(1, xs_fmt("no valid recipients for %s", xs_dict_get(msg, "id"))); 2613 srv_debug(1, xs_fmt("no valid recipients for %s", xs_dict_get(msg, "id")));
2615 } 2614 }
2616 } 2615 }