diff options
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r-- | mod/zfinger.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php index 74353e8f9..48582b3d6 100644 --- a/mod/zfinger.php +++ b/mod/zfinger.php @@ -145,6 +145,12 @@ function zfinger_init(&$a) { // array of (verified) hubs this channel uses $ret['locations'] = array(); + + + + + + $x = zot_get_hubloc(array($e['channel_hash'])); if($x && count($x)) { foreach($x as $hub) { |