Explorar o código

Update CommentController, still allow muted users to comment on your posts

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
3820122af2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/CommentController.php

+ 1 - 1
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();