Skip to content

Commit 05f6095

Browse files
committed
chore: rollback to default value
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent f4f03ee commit 05f6095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Activity/Settings/LibresignActivitySettings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ public function canChangeMail() {
5454
*/
5555
#[\Override]
5656
public function isDefaultEnabledMail() {
57-
return false;
57+
return true;
5858
}
5959
/**
6060
* {@inheritdoc}
6161
*/
6262
#[\Override]
6363
public function isDefaultEnabledNotification(): bool {
64-
return false;
64+
return true;
6565
}
6666
}

0 commit comments

Comments
 (0)