mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Improved processing of leftover queued posts
This commit is contained in:
parent
35cf140cb2
commit
c7739ef9c4
2 changed files with 2 additions and 6 deletions
|
@ -752,6 +752,7 @@ class Processor
|
|||
{
|
||||
$post = self::getUriIdForFeaturedCollection($activity);
|
||||
if (empty($post)) {
|
||||
Queue::remove($activity);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue