mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
Fix for fetching the target inboxes
This commit is contained in:
parent
80bd572393
commit
94c3331bcd
2 changed files with 3 additions and 5 deletions
|
@ -1928,8 +1928,6 @@ class Processor
|
|||
{
|
||||
if (!empty($object['published'])) {
|
||||
$published = $object['published'];
|
||||
} elseif (!empty($child['published'])) {
|
||||
$published = $child['published'];
|
||||
} else {
|
||||
$published = DateTimeFormat::utcNow();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue