mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
drop mail delivered flag now that queue is implemented
This commit is contained in:
parent
15f011b34c
commit
9be4b3482e
5 changed files with 7 additions and 23 deletions
|
@ -313,14 +313,6 @@
|
|||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
if(($cmd === 'mail') && ($deliver_status == 0)) {
|
||||
$r = q("UPDATE `mail` SET `delivered` = 1 WHERE `id` = %d LIMIT 1",
|
||||
intval($item_id)
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// send additional slaps to mentioned remote tags (@foo@example.com)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue