mirror of
https://github.com/friendica/friendica-directory
synced 2025-02-14 16:30:39 +01:00
Fix critical mistake preventing profile to be added to queue
This commit is contained in:
parent
2cabe10fa3
commit
27c5c14ed7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ProfilePollQueue extends \Friendica\Directory\Model
|
|||
return self::MISSING_HOST;
|
||||
}
|
||||
|
||||
if (Network::isPublicHost($host)) {
|
||||
if (!Network::isPublicHost($host)) {
|
||||
return self::PRIVATE_HOST;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue