Fix lint
This commit is contained in:
parent
2b51fabe9c
commit
169e9a47e4
3 changed files with 2 additions and 4 deletions
|
@ -11,7 +11,7 @@ class UnEmojiReactService < BaseService
|
|||
if emoji_reaction
|
||||
emoji_reaction.destroy!
|
||||
|
||||
status.touch # rubocop:disable Rails/SkipsModelValidations
|
||||
status.touch
|
||||
|
||||
create_notification(emoji_reaction) if !@status.account.local? && @status.account.activitypub?
|
||||
notify_to_followers(emoji_reaction)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue