Fix: The field "contact-id" now contains the correct contact id again

This commit is contained in:
Michael 2019-07-30 13:08:14 +00:00
parent 4b60e89c07
commit 7d79d48f6e
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);
}