Added console command to manually archive contacts

This commit is contained in:
Michael 2018-04-23 05:33:47 +00:00
parent 76fdf5c910
commit 866fbb4d80
3 changed files with 82 additions and 1 deletions

View file

@ -63,7 +63,7 @@ class Queue
return;
}
if (empty($contact['notify'])) {
if (empty($contact['notify']) || $contact['archive']) {
QueueModel::removeItem($q_item['id']);
return;
}