]> git.mxchange.org Git - friendica.git/commitdiff
Remote-self: It does only make sense to check for duplicates from friendica
authorMichael Vogel <icarus@dabo.de>
Wed, 29 Oct 2014 07:24:05 +0000 (08:24 +0100)
committerMichael Vogel <icarus@dabo.de>
Wed, 29 Oct 2014 07:24:05 +0000 (08:24 +0100)
include/items.php

index ac7e34286d1bb1e6769b6e8455745dbf27376e08..3171e4f936cd76f5c52c914acc2c05d33e29360e 100644 (file)
@@ -2616,7 +2616,7 @@ function item_is_remote_self($contact, &$datarray) {
                return false;
 
        // Prevent the forwarding of posts that are forwarded
-       if (in_array($datarray["extid"], array(NETWORK_DFRN, NETWORK_DIASPORA)))
+       if ($datarray["extid"] == NETWORK_DFRN)
                return false;
 
        // Prevent to forward already forwarded posts