mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
The network doesn't matter
This commit is contained in:
parent
c302b7c347
commit
425440ec24
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ class Feed
|
||||||
$notify = PRIORITY_MEDIUM;
|
$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"])) {
|
if (!Item::exists($condition) && !Post\Delayed::exists($item["uri"])) {
|
||||||
$postings[] = ['item' => $item, 'notify' => $notify,
|
$postings[] = ['item' => $item, 'notify' => $notify,
|
||||||
'taglist' => $taglist, 'attachments' => $attachments];
|
'taglist' => $taglist, 'attachments' => $attachments];
|
||||||
|
|
Loading…
Reference in a new issue