mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update CommentController, still allow muted users to comment on your posts
This commit is contained in:
parent
272dabf449
commit
3820122af2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class CommentController extends Controller
|
|||
|
||||
$filtered = UserFilter::whereUserId($status->profile_id)
|
||||
->whereFilterableType('App\Profile')
|
||||
->whereIn('filter_type', ['mute', 'block'])
|
||||
->whereIn('filter_type', ['block'])
|
||||
->whereFilterableId($profile->id)
|
||||
->exists();
|
||||
|
||||
|
|
Loading…
Reference in a new issue