Remove unused cached avatar photo entries

This commit is contained in:
Michael
2020-12-20 06:22:31 +00:00
parent 92679de225
commit 460b6d1c75
2 changed files with 62 additions and 0 deletions

View File

@@ -119,6 +119,8 @@ class Cron
Worker::add(PRIORITY_LOW, 'RemoveUnusedContacts');
Worker::add(PRIORITY_LOW, 'RemoveUnusedAvatars');
// check upstream version?
Worker::add(PRIORITY_LOW, 'CheckVersion');