Fix rubocop lint issue

essem/emoji-reactions-plus-upstream
Essem 4 months ago
parent aae6e1b1fd
commit b07f5f89d4
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C

@ -236,7 +236,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…
Cancel
Save