Fix rubocop lint issue
This commit is contained in:
parent
07abc093cb
commit
9eef1295f0
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ module Account::Interactions
|
||||||
end
|
end
|
||||||
|
|
||||||
def reacted?(status, name, custom_emoji = nil)
|
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
|
end
|
||||||
|
|
||||||
def bookmarked?(status)
|
def bookmarked?(status)
|
||||||
|
|
Loading…
Reference in a new issue