The network doesn't matter

This commit is contained in:
Michael 2020-12-02 00:29:57 +00:00
parent c302b7c347
commit 425440ec24
1 changed files with 1 additions and 1 deletions

View 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];