UX: Disable system edit notifications by default (#7896)
Enabling this setting prevents notifications when the system downloads hotlinked images. This stops an onslaught of notifications when old posts are rebaked. It does not affect regular edit notifications
This commit is contained in:
parent
08b286808a
commit
2a10ddd425
|
@ -1835,7 +1835,7 @@ uncategorized:
|
|||
hidden: true
|
||||
default: true
|
||||
|
||||
disable_edit_notifications: false
|
||||
disable_edit_notifications: true
|
||||
|
||||
likes_notification_consolidation_threshold:
|
||||
default: 3
|
||||
|
|
Loading…
Reference in New Issue