mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-17 20:11:27 +00:00
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