Skip to content

Commit

Permalink
Remove on/offline settings on message preferences
Browse files Browse the repository at this point in the history
See MDL-67853 and MDL-73284.
  • Loading branch information
mudrd8mz committed Oct 22, 2024
1 parent 0bdc6a5 commit 81d1ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
'checker' => [
'capability' => 'local/amos:commit',
'defaults' => [
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
],
],

// Activity related to the contributed translations (workflow, comments).
'contribution' => [
'defaults' => [
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
],
],
];

0 comments on commit 81d1ada

Please sign in to comment.