mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: support to mute all categories by default. (#8295)
Instead of enabling `suppress_from_latest` setting on many categories now we can enable `mute_all_categories_by_default` site setting. Then users should opt-in to categories for them to appear in the latest and categories pages.
This commit is contained in:
@@ -2067,6 +2067,7 @@ en:
|
||||
default_categories_tracking: "List of categories that are tracked by default."
|
||||
default_categories_muted: "List of categories that are muted by default."
|
||||
default_categories_watching_first_post: "List of categories in which first post in each new topic will be watched by default."
|
||||
mute_all_categories_by_default: "Set the default notification level of all the categories to muted. Require users opt-in to categories for them to appear in 'latest' and 'categories' pages. If you wish to amend the defaults for anonymous users set 'default_categories_' settings."
|
||||
|
||||
default_tags_watching: "List of tags that are watched by default."
|
||||
default_tags_tracking: "List of tags that are tracked by default."
|
||||
|
||||
@@ -2022,6 +2022,9 @@ user_preferences:
|
||||
default_categories_watching_first_post:
|
||||
type: category_list
|
||||
default: ""
|
||||
mute_all_categories_by_default:
|
||||
default: false
|
||||
client: true
|
||||
|
||||
default_tags_watching:
|
||||
type: tag_list
|
||||
|
||||
Reference in New Issue
Block a user