This commit is contained in:
Daniel Supernault 2022-08-07 21:06:14 -06:00
parent 4e3ce26807
commit ab3dde14a8
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -707,7 +707,7 @@ class Inbox
}
$blocks = UserFilterService::blocks($status->profile_id);
if($blocks && in_array($actor->id, $blocks)) {
if($blocks && in_array($profile->id, $blocks)) {
return;
}