Merge remote-tracking branch 'upstream/develop' into api-alt-description

This commit is contained in:
Michael 2019-07-30 13:40:12 +00:00
commit f8b8a5a52b
1 changed files with 1 additions and 3 deletions

View File

@ -415,9 +415,7 @@ class Processor
if ($isForum) {
$item['contact-id'] = Contact::getIdForURL($activity['actor'], $receiver, true);
}
if (empty($item['contact-id'])) {
} else {
$item['contact-id'] = Contact::getIdForURL($activity['author'], $receiver, true);
}