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

This commit is contained in:
Michael
2019-07-30 13:40:12 +00:00

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);
}