mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove daily mailing mode option as it doesn't scale.
https://meta.discourse.org/t/daily-updates-option-for-mailing-list-mode/45029/14?u=tgxworld
This commit is contained in:
@@ -8,7 +8,6 @@ class MailingListModeSiteSetting < EnumSiteSetting
|
||||
|
||||
def self.values
|
||||
@values ||= [
|
||||
{ name: 'user.mailing_list_mode.daily', value: 0 },
|
||||
{ name: 'user.mailing_list_mode.individual', value: 1 },
|
||||
{ name: 'user.mailing_list_mode.individual_no_echo', value: 2 }
|
||||
]
|
||||
|
||||
@@ -155,8 +155,8 @@ end
|
||||
# email_previous_replies :integer default(2), not null
|
||||
# email_in_reply_to :boolean default(TRUE), not null
|
||||
# like_notification_frequency :integer default(1), not null
|
||||
# mailing_list_mode_frequency :integer default(1), not null
|
||||
# include_tl0_in_digests :boolean default(FALSE)
|
||||
# mailing_list_mode_frequency :integer default(0), not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user