mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 20:18:35 +08:00
DEV: Remove noisy SiteSetting deprecations (#21459)
We don't need these, they are causing a lot of log noise on our servers, they have been removed from the main branch from some time and it is doubtful that anyone else needs to be told these warnings on stable.
This commit is contained in:
parent
784006c71e
commit
27082f7f53
|
@ -8,21 +8,6 @@ module SiteSettings::DeprecatedSettings
|
|||
# [<old setting>, <new_setting>, <override>, <version to drop>]
|
||||
["search_tokenize_chinese_japanese_korean", "search_tokenize_chinese", true, "2.9"],
|
||||
["default_categories_regular", "default_categories_normal", true, "3.0"],
|
||||
["min_trust_to_send_messages", "personal_message_enabled_groups", false, "3.0"],
|
||||
["enable_personal_messages", "personal_message_enabled_groups", false, "3.0"],
|
||||
["secure_media", "secure_uploads", true, "3.0"],
|
||||
[
|
||||
"secure_media_allow_embed_images_in_emails",
|
||||
"secure_uploads_allow_embed_images_in_emails",
|
||||
true,
|
||||
"3.0",
|
||||
],
|
||||
[
|
||||
"secure_media_max_email_embed_image_size_kb",
|
||||
"secure_uploads_max_email_embed_image_size_kb",
|
||||
true,
|
||||
"3.0",
|
||||
],
|
||||
]
|
||||
|
||||
def setup_deprecated_methods
|
||||
|
|
Loading…
Reference in New Issue
Block a user