mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Remove unused contacts
This commit is contained in:
parent
f9994548c1
commit
2b8adf5073
4 changed files with 70 additions and 5 deletions
|
@ -117,6 +117,8 @@ class Cron
|
|||
|
||||
Worker::add(PRIORITY_LOW, 'CleanItemUri');
|
||||
|
||||
Worker::add(PRIORITY_LOW, 'RemoveUnusedContacts');
|
||||
|
||||
// check upstream version?
|
||||
Worker::add(PRIORITY_LOW, 'CheckVersion');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue