Failed post deliveries are now deleted via cron

This commit is contained in:
Michael 2022-05-13 18:48:13 +00:00
parent 065d73f860
commit fab5ba39ff
3 changed files with 4 additions and 3 deletions

View file

@ -86,8 +86,6 @@ class APDelivery
private static function deliver(string $inbox)
{
Post\Delivery::removeFailed($inbox);
$uri_ids = [];
$posts = Post\Delivery::selectForInbox($inbox);