Merge pull request #7451 from annando/ap-contact-id
Fix: The field "contact-id" now contains the correct contact id again
This commit is contained in:
commit
10395429a7
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue