mirror of
https://github.com/friendica/friendica
synced 2025-05-05 15:44:10 +02:00
Failed post deliveries are now deleted via cron
This commit is contained in:
parent
065d73f860
commit
fab5ba39ff
3 changed files with 4 additions and 3 deletions
|
@ -86,8 +86,6 @@ class APDelivery
|
|||
|
||||
private static function deliver(string $inbox)
|
||||
{
|
||||
Post\Delivery::removeFailed($inbox);
|
||||
|
||||
$uri_ids = [];
|
||||
$posts = Post\Delivery::selectForInbox($inbox);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue