Remove unused from_limited? method from NotifyService (#36988)

This commit is contained in:
Matt Jankowski
2025-11-24 02:57:46 -05:00
committed by GitHub
parent 585545d0d5
commit f1bf6e6344

View File

@@ -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