diff --git a/app/Http/Controllers/CommentController.php b/app/Http/Controllers/CommentController.php index 7248b0a59..586aacc72 100644 --- a/app/Http/Controllers/CommentController.php +++ b/app/Http/Controllers/CommentController.php @@ -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();