mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:50:11 +00:00
Only process entries for existing posts
This commit is contained in:
parent
3463e34693
commit
e82ef8890b
2 changed files with 6 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ class Processor
|
|||
|
||||
Queue::remove($activity);
|
||||
|
||||
if ($success && Queue::hasChildren($item['uri'])) {
|
||||
if ($success && Queue::hasChildren($item['uri']) && Post::exists(['uri' => $item['uri']])) {
|
||||
Queue::processReplyByUri($item['uri']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue