mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 04:52:43 +08:00
DEV: Remove an old deprecated setting (#30620)
Scheduled to be removed ~3 years ago, there is a migration in place already
This commit is contained in:
parent
260017de1d
commit
9c661cc2c8
|
@ -6,7 +6,6 @@ end
|
|||
module SiteSettings::DeprecatedSettings
|
||||
SETTINGS = [
|
||||
# [<old setting>, <new_setting>, <override>, <version to drop>]
|
||||
["default_categories_regular", "default_categories_normal", true, "3.0"],
|
||||
["anonymous_posting_min_trust_level", "anonymous_posting_allowed_groups", false, "3.3"],
|
||||
["shared_drafts_min_trust_level", "shared_drafts_allowed_groups", false, "3.3"],
|
||||
["min_trust_level_for_here_mention", "here_mention_allowed_groups", false, "3.3"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user