Skip to content

Commit

Permalink
Implemented PR feedback
Browse files Browse the repository at this point in the history
Implemented PR feedback
  • Loading branch information
paulandm committed Nov 11, 2024
1 parent 31ae11c commit 4713350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
'ical_notifications' => [
'defaults' => [
'popup' => MESSAGE_DISALLOWED,
'email' => MESSAGE_PERMITTED,
'email' => MESSAGE_PERMITTED + (defined('MESSAGE_DEFAULT_ENABLED') ?
MESSAGE_DEFAULT_ENABLED : MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF),
'airnotifier' => MESSAGE_DISALLOWED,
],
],
Expand Down

0 comments on commit 4713350

Please sign in to comment.