Let "subscribe" be filled at every time to avoid a notice

2022.09-rc
Michael 2020-06-02 19:11:37 +00:00
rodzic e5eaf0e0ec
commit 50e5bd6703
1 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -389,11 +389,7 @@ class Probe
self::$istimeout = false;
if ($network != Protocol::ACTIVITYPUB) {
$data = self::detect($uri, $network, $uid);
} else {
$data = null;
}
$data = self::detect($uri, $network, $uid);
// When the previous detection process had got a time out
// we could falsely detect a Friendica profile as AP profile.