mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: proper mailing list mode
once enable_mailing_list_mode is enabled any user can elect to get every post via email unless they opt out of category or topic
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddMailingListModeToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :users, :watch_new_topics, :mailing_list_mode
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user