forked from mirror/pixelfed
Update NodeinfoService, fix typo
This commit is contained in:
parent
4891bf4ad6
commit
edad436d4d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class NodeinfoService
|
|||
$hrefDomain = parse_url($href, PHP_URL_HOST);
|
||||
|
||||
if($domain !== $hrefDomain) {
|
||||
return 60;
|
||||
return false;
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue