Fix processing of featured collections

pull/13579/head
Michael 2023-10-26 04:49:41 +00:00
parent 8ce516ae9f
commit 35cf140cb2
1 changed files with 2 additions and 1 deletions

View File

@ -737,7 +737,7 @@ class Processor
} }
if (!empty($parent['uri-id'])) { if (!empty($parent['uri-id'])) {
$parent; return $parent;
} }
return null; return null;
@ -770,6 +770,7 @@ class Processor
{ {
$post = self::getUriIdForFeaturedCollection($activity); $post = self::getUriIdForFeaturedCollection($activity);
if (empty($post)) { if (empty($post)) {
Queue::remove($activity);
return; return;
} }