mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:10:11 +00:00
Don't add contacts when not needed
This commit is contained in:
parent
6c2d13403e
commit
73b82d1455
6 changed files with 51 additions and 18 deletions
|
@ -44,7 +44,7 @@ class GServer
|
|||
public static function reachable(string $profile, string $server = '', string $network = '', bool $force = false)
|
||||
{
|
||||
if ($server == '') {
|
||||
$server = Contact::getBasepath($profile);
|
||||
$server = GContact::getBasepath($profile);
|
||||
}
|
||||
|
||||
if ($server == '') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue