Autofix Rubocop remaining Layout rules (#23679)
This commit is contained in:
@ -31,6 +31,7 @@ class NotifyService < BaseService
|
||||
|
||||
def following_sender?
|
||||
return @following_sender if defined?(@following_sender)
|
||||
|
||||
@following_sender = @recipient.following?(@notification.from_account) || @recipient.requested?(@notification.from_account)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user