mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 13:35:20 -05: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