From 17f87ef9b213e0e49fa40bbe4a7a93e708d47f73 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Wed, 29 Oct 2014 08:24:05 +0100 Subject: [PATCH] Remote-self: It does only make sense to check for duplicates from friendica --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index ac7e34286d..3171e4f936 100644 --- a/include/items.php +++ b/include/items.php @@ -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