forked from mirror/pixelfed
Fix typo
This commit is contained in:
parent
4e3ce26807
commit
ab3dde14a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue