Remote-self: It does only make sense to check for duplicates from friendica

pull/1212/head
Michael Vogel 2014-10-29 08:24:05 +01:00
rodzic 59517f6e58
commit 17f87ef9b2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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