By entering a GNU Social account name, the friends of this contact will be added to the friendica account

This commit is contained in:
Michael Vogel 2015-08-23 22:21:15 +02:00
commit b0ddde22c0
3 changed files with 63 additions and 0 deletions

View 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();