]> git.mxchange.org Git - friendica.git/commitdiff
Issue 1914: A feed was falsely detected as OStatus
authorMichael Vogel <icarus@dabo.de>
Sat, 3 Oct 2015 21:57:00 +0000 (23:57 +0200)
committerMichael Vogel <icarus@dabo.de>
Sat, 3 Oct 2015 21:57:00 +0000 (23:57 +0200)
include/Scrape.php

index 93d68be22b892af7f95ae34bab506617b443204d..ce203507720a8588276fae6cbfe9217b667fa47e 100644 (file)
@@ -552,7 +552,7 @@ function probe_url($url, $mode = PROBE_NORMAL, $level = 1) {
        if($network !== NETWORK_ZOT && $network !== NETWORK_DFRN && $network !== NETWORK_MAIL) {
                if($diaspora)
                        $network = NETWORK_DIASPORA;
-               elseif($has_lrdd)
+               elseif($has_lrdd AND ($notify))
                        $network  = NETWORK_OSTATUS;
 
                if(strpos($url,'@'))