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:
Martin Brennan 2024-03-28 14:42:22 +10:00 committed by GitHub
parent 6dac187785
commit e04b35a184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -727,6 +727,7 @@ users:
client: true
max_notifications_per_user:
default: 10000
hidden: true
gravatar_name:
default: Gravatar
client: true