mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
Added console command to manually archive contacts
This commit is contained in:
parent
76fdf5c910
commit
866fbb4d80
3 changed files with 82 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Queue
|
|||
return;
|
||||
}
|
||||
|
||||
if (empty($contact['notify'])) {
|
||||
if (empty($contact['notify']) || $contact['archive']) {
|
||||
QueueModel::removeItem($q_item['id']);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue