minor changes

This commit is contained in:
2024-12-19 04:24:08 +02:00
parent cade33cfb6
commit 75d62872c3
3 changed files with 12 additions and 9 deletions
+5 -3
View File
@@ -1,11 +1,13 @@
<?php
return [
'defaults' => [
'quietHours' => ['18:00-10:00'],
'commented' => 'both',
'notificationsSettings' => [
'commented' => 'broadcast',
'assigned' => 'none',
'mentioned' => 'none',
],
'userPreferences' => [
'quietHours' => ['18:00-10:00'],
'dailyBriefing' => false
]
];