X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fpoller.php;h=28dc0c0cde03748f926822923b6855d9b70aba4e;hb=2e09ce6847b7474f1182ccfabfd40dfe1324837a;hp=b72a4a823fcfbbba123abded104603dcc10f2fd0;hpb=a784762d21e440f53fc8cf4d1b943b6bc8f8faf3;p=friendica.git diff --git a/include/poller.php b/include/poller.php index b72a4a823f..28dc0c0cde 100644 --- a/include/poller.php +++ b/include/poller.php @@ -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();