Fix rubocop lint issue
This commit is contained in:
parent
8d5a57a4a9
commit
0aa53f0d29
@ -231,7 +231,7 @@ module Account::Interactions
|
||||
end
|
||||
|
||||
def reacted?(status, name, custom_emoji = nil)
|
||||
status.proper.status_reactions.where(account: self, name: name, custom_emoji: custom_emoji).exists?
|
||||
status.proper.status_reactions.exists?(account: self, name: name, custom_emoji: custom_emoji)
|
||||
end
|
||||
|
||||
def bookmarked?(status)
|
||||
|
Loading…
Reference in New Issue
Block a user