Fix: The field "contact-id" now contains the correct contact id again
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user