Added console command to manually archive contacts
This commit is contained in:
@@ -63,7 +63,7 @@ class Queue
|
||||
return;
|
||||
}
|
||||
|
||||
if (empty($contact['notify'])) {
|
||||
if (empty($contact['notify']) || $contact['archive']) {
|
||||
QueueModel::removeItem($q_item['id']);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user