Merge pull request #8716 from annando/notice

Let "subscribe" be filled at every time to avoid a notice
This commit is contained in:
Hypolite Petovan 2020-06-02 21:35:39 -04:00 committed by GitHub
commit 07aee06a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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.