mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
Update src/Network/Probe.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
e5c24f33f0
commit
2525b3f2ae
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ class Probe
|
|||
public static function isProbable(string $network): bool
|
||||
{
|
||||
return (in_array($network, array_merge(Protocol::FEDERATED, [Protocol::ZOT, Protocol::PHANTOM])));
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue