- Notifications
You must be signed in to change notification settings - Fork1k
Description
Problem Description
Not all coder deployments will want notifications enabled, so it would be nice to be able to disable the feature. Currently, if you leave the notification settings as default, there are error logs that appear every time the system attempts to dispatch a notification.
Desired Solution
Add a flagCODER_NOTIFICATIONS_ENABLED
that defaults totrue
but can be set tofalse
to disable notifications.