mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FEATURE: auto block fast typers
if tl0 enter text too fast they get automatically blocked, configurable
This commit is contained in:
parent
61536c911b
commit
6fdd53e3d6
4 changed files with 31 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue