mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
FEATURE: add option to include topics from trust level 0 users in digest emails
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddIncludeTl0InDigestsToUserOptions < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :user_options, :include_tl0_in_digests, :boolean, default: false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user