mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 21:45:26 +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
@ -45,6 +45,7 @@ module SiteSettings::DeprecatedSettings
|
||||
false,
|
||||
"3.3",
|
||||
],
|
||||
["min_first_post_typing_time", "fast_typing_threshold", false, "3.4"],
|
||||
]
|
||||
|
||||
OVERRIDE_TL_GROUP_SETTINGS = %w[
|
||||
|
Reference in New Issue
Block a user