mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Hide footgun max_notifications_per_user site setting (#26414)
It's not really intentional to have regular admins change this in all but pathological cases. It deletes all notifications over this threshold for users without warning. If admins really want to turn this on, they can do it via the app.yml file
This commit is contained in:
@@ -727,6 +727,7 @@ users:
|
||||
client: true
|
||||
max_notifications_per_user:
|
||||
default: 10000
|
||||
hidden: true
|
||||
gravatar_name:
|
||||
default: Gravatar
|
||||
client: true
|
||||
|
||||
Reference in New Issue
Block a user