mirror of
https://github.com/friendica/friendica
synced 2024-11-19 15:03:40 +00:00
Fix: The field "contact-id" now contains the correct contact id again
This commit is contained in:
parent
4b60e89c07
commit
7d79d48f6e
1 changed files with 1 additions and 3 deletions
|
@ -415,9 +415,7 @@ class Processor
|
||||||
|
|
||||||
if ($isForum) {
|
if ($isForum) {
|
||||||
$item['contact-id'] = Contact::getIdForURL($activity['actor'], $receiver, true);
|
$item['contact-id'] = Contact::getIdForURL($activity['actor'], $receiver, true);
|
||||||
}
|
} else {
|
||||||
|
|
||||||
if (empty($item['contact-id'])) {
|
|
||||||
$item['contact-id'] = Contact::getIdForURL($activity['author'], $receiver, true);
|
$item['contact-id'] = Contact::getIdForURL($activity['author'], $receiver, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue