mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
REFACTOR: Rename SiteSetting.disable_edit_notifications to disable_system_edit_notifications (#7958)
* REFACTOR: Rename SiteSetting.disable_edit_notifications to disable_system_edit_notifications - The older name could cause some confusion because the setting does not disable all edit notifications, only system ones. * FIX: Add frozen_string_literal: true in the migration * DEV: Deprecate 'disable_edit_notifications'
This commit is contained in:
@ -81,7 +81,7 @@ class ImportScripts::IpboardSQL < ImportScripts::Base
|
||||
# if site is made available, don't let it get indexed
|
||||
SiteSetting.allow_index_in_robots_txt = false
|
||||
# don't notify users when images in their posts get downloaded
|
||||
SiteSetting.disable_edit_notifications = true
|
||||
SiteSetting.disable_system_edit_notifications = true
|
||||
# SiteSetting.force_hostname='forum.dev1dev.com'
|
||||
SiteSetting.title = "IPB Import"
|
||||
|
||||
|
Reference in New Issue
Block a user