]> git.mxchange.org Git - friendica.git/commitdiff
Fix for issue 4994: Feed items now appear again
authorMichael <heluecht@pirati.ca>
Tue, 8 May 2018 06:11:46 +0000 (06:11 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 8 May 2018 06:11:46 +0000 (06:11 +0000)
src/Model/Contact.php

index 0bd5d06f68ddde8115c8af351bc602f207d745fa..480c8483dba657f5a2beba3644183cf25dde0edf 100644 (file)
@@ -804,7 +804,7 @@ class Contact extends BaseObject
                $data = Probe::uri($url, "", $uid);
 
                // Last try in gcontact for unsupported networks
-               if (!in_array($data["network"], [NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA, NETWORK_PUMPIO, NETWORK_MAIL])) {
+               if (!in_array($data["network"], [NETWORK_DFRN, NETWORK_OSTATUS, NETWORK_DIASPORA, NETWORK_PUMPIO, NETWORK_MAIL, NETWORK_FEED])) {
                        if ($uid != 0) {
                                return 0;
                        }