more work separating Diaspora from core

This commit is contained in:
redmatrix
2015-08-03 16:52:51 -07:00
parent db70c76494
commit b737e224b1
6 changed files with 14 additions and 70 deletions

View File

@@ -1068,6 +1068,11 @@ function discover_by_webbie($webbie) {
}
}
$arr = array('address' => $webbie, 'success' => false);
call_hooks('discover_by_webbie', $arr);
if($arr['success'])
return true;
$result = array();
$network = null;
$diaspora = false;