]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/Probe.php
Contact follow and unfollow workd partially
[friendica.git] / src / Network / Probe.php
index d48617f43bbe5818032fa0db76eed24c382024a4..2cf91486bbdd8428ac51f07c1a8061163c478198 100644 (file)
@@ -331,6 +331,8 @@ class Probe
 
                if ($network != Protocol::ACTIVITYPUB) {
                        $data = self::detect($uri, $network, $uid);
+               } else {
+                       $data = null;
                }
 
                if (in_array(defaults($data, 'network', ''), ['', Protocol::PHANTOM])) {