I wonder how long zot_finger() has been missing and how this may have affected the directory servers.
This commit is contained in:
parent
d53c98860d
commit
4aa59226d7
@ -355,7 +355,7 @@ function update_directory_entry($ud) {
|
||||
}
|
||||
}
|
||||
}
|
||||
$x = zot_finger($ud['ud_addr'], '');
|
||||
$x = \Zotlabs\Zot\Finger::run($ud['ud_addr'], '');
|
||||
if ($x['success']) {
|
||||
$j = json_decode($x['body'], true);
|
||||
if ($j)
|
||||
|
Reference in New Issue
Block a user