network discovery on follow

This commit is contained in:
friendica
2012-10-31 21:42:20 -07:00
parent 78f64c90a3
commit 77c30972cb
3 changed files with 15 additions and 7 deletions

View File

@@ -74,6 +74,8 @@ function zot_notify($channel,$url) {
function zot_finger($webbie,$channel) {
logger('zot_finger:' . print_r($channel,true));
if(strpos($webbie,'@') === false) {
$address = $webbie;
$host = get_app()->get_hostname();