Fix processing of featured collections
This commit is contained in:
parent
8ce516ae9f
commit
35cf140cb2
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue