diff options
author | default <nobody@localhost> | 2024-08-24 14:45:42 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-08-24 14:45:42 +0200 |
commit | 9649db9b9ddf0661864a5c724f75e46b994c1e58 (patch) | |
tree | f1e521e9d8674d65034d7294337306e575dcdea2 /activitypub.c | |
parent | 60e907219b38caba051bccf8e99c9a30365e6d79 (diff) |
Stop archiving no_valid_recipients q_item.
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 1 |
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) unlink(tmpfn); if (cnt == 0) { - srv_archive_qitem("no_valid_recipients", q_item); srv_debug(1, xs_fmt("no valid recipients for %s", xs_dict_get(msg, "id"))); } } |