]> git.mxchange.org Git - friendica.git/blobdiff - include/poller.php
Merge pull request #1859 from annando/1508-updated-sql
[friendica.git] / include / poller.php
index b72a4a823fcfbbba123abded104603dcc10f2fd0..28dc0c0cde03748f926822923b6855d9b70aba4e 100644 (file)
@@ -118,6 +118,9 @@ function poller_run(&$argv, &$argc){
        // Check every conversation
        check_conversations(false);
 
+       // Follow your friends from your legacy OStatus account
+       ostatus_check_follow_friends();
+
        // update nodeinfo data
        nodeinfo_cron();