Removed unused tag entries

This commit is contained in:
Michael 2022-04-24 15:27:20 +00:00
parent 904ee0ea59
commit 069a008ca4
3 changed files with 38 additions and 1 deletions

View file

@ -112,6 +112,8 @@ class Cron
Worker::add(PRIORITY_LOW, 'ExpireConversations');
Worker::add(PRIORITY_LOW, 'RemoveUnusedTags');
Worker::add(PRIORITY_LOW, 'RemoveUnusedContacts');
Worker::add(PRIORITY_LOW, 'RemoveUnusedAvatars');