kopia lustrzana https://github.com/pixelfed/pixelfed
Merge pull request #1537 from pixelfed/frontend-ui-refactor
Update CommentController, still allow muted users to comment on your …pull/1581/head
commit
69f9226a3e
|
@ -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();
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue