diff --git a/app/services/notify_service.rb b/app/services/notify_service.rb index fa2c728e57..8d0986adcb 100644 --- a/app/services/notify_service.rb +++ b/app/services/notify_service.rb @@ -61,10 +61,6 @@ class NotifyService < BaseService NotificationPermission.exists?(account: @recipient, from_account: @sender) end - def from_limited? - @sender.silenced? && not_following? - end - def message? @notification.type == :mention end