Improved processing of leftover queued posts

This commit is contained in:
Michael 2023-10-26 05:01:54 +00:00
parent 35cf140cb2
commit c7739ef9c4
2 changed files with 2 additions and 6 deletions

View file

@ -752,6 +752,7 @@ class Processor
{
$post = self::getUriIdForFeaturedCollection($activity);
if (empty($post)) {
Queue::remove($activity);
return;
}