There seems to be a problem with the function to add all friends of a GNU Social account. So it is deactivated by now.

This commit is contained in:
Michael Vogel 2015-08-26 22:46:59 +02:00
commit 86f2eb005f
2 changed files with 5 additions and 1 deletions

View file

@ -26,6 +26,7 @@ function ostatus_check_follow_friends() {
}
}
// This function doesn't work reliable by now.
function ostatus_follow_friends($uid, $url) {
$contact = probe_url($url);