Fix rubocop lint issue

This commit is contained in:
Essem 2024-01-28 14:51:10 -06:00
parent 07abc093cb
commit 9eef1295f0
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

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