Fix processing of featured collections

This commit is contained in:
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'])) {
$parent;
return $parent;
}
return null;
@ -770,6 +770,7 @@ class Processor
{
$post = self::getUriIdForFeaturedCollection($activity);
if (empty($post)) {
Queue::remove($activity);
return;
}