mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
FEATURE: new fast_typing_threshold
site setting (#30865)
Rename `min_first_post_typing_time` to `fast_typing_threshold` and provide admin 4 options: - disabled - low - 1 second - standard - 3 seconds - high - 5 seconds Related PRs: - https://github.com/discourse/discourse-zoom/pull/112
This commit is contained in:

committed by
GitHub

parent
b4130a76ad
commit
cfcc60f847
@ -5,7 +5,7 @@ RSpec.describe PostsController do
|
||||
let!(:title) { "Testing Poll Plugin" }
|
||||
|
||||
before do
|
||||
SiteSetting.min_first_post_typing_time = 0
|
||||
SiteSetting.fast_typing_threshold = "disabled"
|
||||
log_in_user(user)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user