]> git.mxchange.org Git - friendica.git/commitdiff
Fix: Friendica contacts had falsely been detected as ActivityPub
authorMichael <heluecht@pirati.ca>
Sun, 20 Oct 2019 06:04:47 +0000 (06:04 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 20 Oct 2019 06:04:47 +0000 (06:04 +0000)
src/Network/Probe.php

index d6ea766312a226ad2ea7679330da3b726322a0e3..946a822da781f766d1621c15fa3c124353148fb5 100644 (file)
@@ -348,7 +348,7 @@ class Probe
                if (!self::$istimeout) {
                        $ap_profile = ActivityPub::probeProfile($uri);
 
-                       if (empty($data) || (!empty($ap_profile) && empty($network) && (($data['network'] ?? '') == Protocol::DFRN))) {
+                       if (empty($data) || (!empty($ap_profile) && empty($network) && (($data['network'] ?? '') != Protocol::DFRN))) {
                                $data = $ap_profile;
                        } elseif (!empty($ap_profile)) {
                                $ap_profile['batch'] = '';