mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Stop Forum Spam: Evidence must be direct data, not an abstraction!
This commit is contained in:
parent
9d718f09b7
commit
f0ca037237
1 changed files with 1 additions and 2 deletions
|
@ -250,8 +250,7 @@ post '/admin/banhammer' do
|
||||||
StopForumSpamWorker.perform_async(
|
StopForumSpamWorker.perform_async(
|
||||||
username: site.username,
|
username: site.username,
|
||||||
email: site.email,
|
email: site.email,
|
||||||
ip: site.ip,
|
ip: site.ip
|
||||||
evidence: "#{params[:classifier]}\nhttps://neocities.org#{site.screenshot_url('index.html', Site::SCREENSHOT_RESOLUTIONS.first)}"
|
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue