Wrong variable

This commit is contained in:
Michael 2022-12-24 08:09:23 +00:00
parent 4c945850f4
commit bf4d321aa3

View file

@ -1838,7 +1838,7 @@ class Processor
}
$reporter_id = Contact::getIdForURL($activity['actor']);
if (empty($account_id)) {
if (empty($reporter_id)) {
Logger::info('Unknown actor', ['activity' => $activity]);
Queue::remove($activity);
return;