2
0
Fork 0
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:
Sam 2015-08-04 12:06:07 +10:00
parent 61536c911b
commit 6fdd53e3d6
4 changed files with 31 additions and 7 deletions

View file

@ -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