mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
Don't add already queued items from Diaspora to the queue again
This commit is contained in:
parent
af55cd57f3
commit
0093f863fd
7 changed files with 19 additions and 25 deletions
|
@ -322,7 +322,7 @@ class Delivery {
|
|||
|
||||
if ($deliver_status < 0) {
|
||||
logger('notifier: delivery failed: queuing message');
|
||||
Queue::add($contact['id'], NETWORK_DFRN, $atom);
|
||||
Queue::add($contact['id'], NETWORK_DFRN, $atom, false, $target_item['guid']);
|
||||
|
||||
// The message could not be delivered. We mark the contact as "dead"
|
||||
Contact::markForArchival($contact);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue