mirror of
https://github.com/friendica/friendica
synced 2025-05-12 05:04:10 +02:00
Readded the network parameter
This commit is contained in:
parent
d9a74bd5dd
commit
a7e518acbd
4 changed files with 13 additions and 11 deletions
|
@ -187,7 +187,7 @@ class DiscoverPoCo
|
|||
$server_url = $user["server_url"];
|
||||
}
|
||||
|
||||
if ((($server_url == "") && ($user["network"] == Protocol::FEED)) || $force_update || GServer::check($server_url)) {
|
||||
if ((($server_url == "") && ($user["network"] == Protocol::FEED)) || $force_update || GServer::check($server_url, $user["network"])) {
|
||||
Logger::log('Check profile '.$user["url"]);
|
||||
Worker::add(PRIORITY_LOW, "DiscoverPoCo", "check_profile", $user["url"]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue