]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Cron.php
Merge pull request #11129 from urbalazs/copyright-2022
[friendica.git] / src / Worker / Cron.php
index 93e0215f7fc71e350ce8b6249445a03b43f1a0b0..439024a4f61837b7a60eaf8514337d4c27ff040e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -108,17 +108,10 @@ class Cron
 
                        Worker::add(PRIORITY_LOW, 'UpdatePhotoAlbums');
 
-                       // update nodeinfo data
-                       Worker::add(PRIORITY_LOW, 'NodeInfo');
-
-                       Worker::add(PRIORITY_LOW, 'Expire');
-
                        Worker::add(PRIORITY_LOW, 'ExpirePosts');
 
                        Worker::add(PRIORITY_LOW, 'ExpireConversations');
 
-                       Worker::add(PRIORITY_LOW, 'CleanItemUri');
-
                        Worker::add(PRIORITY_LOW, 'RemoveUnusedContacts');
 
                        Worker::add(PRIORITY_LOW, 'RemoveUnusedAvatars');