mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
FEATURE: auto block fast typers
if tl0 enter text too fast they get automatically blocked, configurable
This commit is contained in:
@ -492,6 +492,8 @@ describe PostsController do
|
||||
|
||||
expect(parsed["action"]).to eq("enqueued")
|
||||
|
||||
expect(user.blocked).to eq(true)
|
||||
|
||||
end
|
||||
|
||||
it 'creates the post' do
|
||||
|
Reference in New Issue
Block a user