From 77c30972cbdba4f1b29cdce05c362dd1975dfc41 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 31 Oct 2012 21:42:20 -0700 Subject: network discovery on follow --- include/zot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 6d48f1e7c..8d3fafcc8 100644 --- a/include/zot.php +++ b/include/zot.php @@ -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(); -- cgit v1.2.3