Wrong variable
This commit is contained in:
parent
4c945850f4
commit
bf4d321aa3
|
@ -1838,7 +1838,7 @@ class Processor
|
||||||
}
|
}
|
||||||
|
|
||||||
$reporter_id = Contact::getIdForURL($activity['actor']);
|
$reporter_id = Contact::getIdForURL($activity['actor']);
|
||||||
if (empty($account_id)) {
|
if (empty($reporter_id)) {
|
||||||
Logger::info('Unknown actor', ['activity' => $activity]);
|
Logger::info('Unknown actor', ['activity' => $activity]);
|
||||||
Queue::remove($activity);
|
Queue::remove($activity);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user