Browse Source

Stop archiving no_valid_recipients q_item.

default 7 months ago
parent
commit
9649db9b9d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      activitypub.c

+ 0 - 1
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")));
             }
         }