]> git.mxchange.org Git - friendica.git/commitdiff
The network doesn't matter
authorMichael <heluecht@pirati.ca>
Wed, 2 Dec 2020 00:29:57 +0000 (00:29 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 2 Dec 2020 00:29:57 +0000 (00:29 +0000)
src/Protocol/Feed.php

index d3d0d5ef466e5bf26ac17ce5cbd77f9b629a7ba4..48677a91b7aedb5a418a66a93053f61e65999dd2 100644 (file)
@@ -614,7 +614,7 @@ class Feed
                                $notify = PRIORITY_MEDIUM;
                        }
 
-                       $condition = ['uid' => $item['uid'], 'uri' => $item['uri'], 'network' => Protocol::FEED];
+                       $condition = ['uid' => $item['uid'], 'uri' => $item['uri']];
                        if (!Item::exists($condition) && !Post\Delayed::exists($item["uri"])) {
                                $postings[] = ['item' => $item, 'notify' => $notify,
                                        'taglist' => $taglist, 'attachments' => $attachments];