Fix for fetching the target inboxes

This commit is contained in:
Michael 2024-08-12 16:47:04 +00:00
parent 80bd572393
commit 94c3331bcd
2 changed files with 3 additions and 5 deletions

View file

@ -1928,8 +1928,6 @@ class Processor
{
if (!empty($object['published'])) {
$published = $object['published'];
} elseif (!empty($child['published'])) {
$published = $child['published'];
} else {
$published = DateTimeFormat::utcNow();
}