diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/services/process_mentions_service.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/process_mentions_service.rb b/app/services/process_mentions_service.rb index cabd1d0bc..49647935f 100644 --- a/app/services/process_mentions_service.rb +++ b/app/services/process_mentions_service.rb @@ -4,7 +4,7 @@ class ProcessMentionsService < BaseService # Scan status for mentions and fetch remote mentioned users, create # local mention pointers # @param [Status] status - def call(status, skip_notify = false) + def call(status, skip_notify: false) return unless status.local? && !status.draft? @status = status |