From 50e5bd670371efb8ad02ab80dda88a3373099561 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 2 Jun 2020 19:11:37 +0000 Subject: [PATCH] Let "subscribe" be filled at every time to avoid a notice --- src/Network/Probe.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Network/Probe.php b/src/Network/Probe.php index 0a67b24613..cef8ec64b2 100644 --- a/src/Network/Probe.php +++ b/src/Network/Probe.php @@ -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.