Remove spam check and dependency on nilsimsa gem (#16011)
This commit is contained in:
parent
7183d9a113
commit
619fad6cf8
13 changed files with 0 additions and 429 deletions
|
@ -43,7 +43,6 @@ class ProcessMentionsService < BaseService
|
|||
end
|
||||
|
||||
status.save!
|
||||
check_for_spam(status)
|
||||
|
||||
mentions.each { |mention| create_notification(mention) }
|
||||
end
|
||||
|
@ -72,8 +71,4 @@ class ProcessMentionsService < BaseService
|
|||
def resolve_account_service
|
||||
ResolveAccountService.new
|
||||
end
|
||||
|
||||
def check_for_spam(status)
|
||||
SpamCheck.perform(status)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue