]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Cron.php
Fill the item cache when storing item
[friendica.git] / src / Worker / Cron.php
index 210abfcecf6b747a08a24d1eafbc3ddfda6ed05a..0cf5e263232e9039193b58146ce29c27a28b50ef 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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');