]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Merge remote-tracking branch 'upstream/develop' into loop-prevention
[friendica.git] / src / Protocol / Diaspora.php
index 862bbca9996e6d4b1c05a58ebc6c766175f97081..586b6e9ec282e8b425adfbf42adff5a71d995bcc 100644 (file)
@@ -1495,7 +1495,6 @@ class Diaspora
 
                $contact = self::allowedContactByHandle($importer, $sender, true);
                if (!$contact) {
-                       //self::sendRetraction($item, $owner, $contact, in_array($item['private'], [self::UNLISTED, self::PUBLIC]));
                        return false;
                }