mirror of
https://github.com/friendica/friendica
synced 2024-11-18 23:03:40 +00:00
Merge pull request #8716 from annando/notice
Let "subscribe" be filled at every time to avoid a notice
This commit is contained in:
commit
07aee06a02
1 changed files with 1 additions and 5 deletions
|
@ -389,11 +389,7 @@ class Probe
|
||||||
|
|
||||||
self::$istimeout = false;
|
self::$istimeout = false;
|
||||||
|
|
||||||
if ($network != Protocol::ACTIVITYPUB) {
|
$data = self::detect($uri, $network, $uid);
|
||||||
$data = self::detect($uri, $network, $uid);
|
|
||||||
} else {
|
|
||||||
$data = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
// When the previous detection process had got a time out
|
// When the previous detection process had got a time out
|
||||||
// we could falsely detect a Friendica profile as AP profile.
|
// we could falsely detect a Friendica profile as AP profile.
|
||||||
|
|
Loading…
Reference in a new issue