maxmind minfraud reporting

This commit is contained in:
Kyle Drake 2023-11-26 11:09:02 -06:00
parent 7c04f53af1
commit 6ddef6aa59
2 changed files with 23 additions and 3 deletions

View file

@ -250,7 +250,8 @@ post '/admin/banhammer' do
StopForumSpamWorker.perform_async(
username: site.username,
email: site.email,
ip: site.ip
ip: site.ip,
classifier: params[:classifier]
)
end
end