From b737e224b149c1c27775bfc213125eea0ce540b8 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 3 Aug 2015 16:52:51 -0700 Subject: more work separating Diaspora from core --- include/network.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/network.php') diff --git a/include/network.php b/include/network.php index 5d01b7eba..ef92e0132 100644 --- a/include/network.php +++ b/include/network.php @@ -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; -- cgit v1.2.3