]> git.mxchange.org Git - friendica.git/blobdiff - include/cron.php
onepoll.php is reworked
[friendica.git] / include / cron.php
index ccac49b637b7c901ed8acf81a74df795c7bc540e..8b0fab77abfefedc5b0dc1c92abf016a03f3b794 100644 (file)
@@ -42,12 +42,6 @@ function cron_run(&$argv, &$argc){
        // Expire and remove user entries
        proc_run(PRIORITY_MEDIUM, "include/cronjobs.php", "expire_and_remove_users");
 
-       // Check OStatus conversations
-       proc_run(PRIORITY_MEDIUM, "include/cronjobs.php", "ostatus_mentions");
-
-       // Check every conversation
-       proc_run(PRIORITY_MEDIUM, "include/cronjobs.php", "ostatus_conversations");
-
        // Call possible post update functions
        proc_run(PRIORITY_LOW, "include/cronjobs.php", "post_update");