refactor(notifications): change notifications defaults

This commit is contained in:
Steffen Jost 2023-01-31 13:32:39 +01:00
parent a8b1c36409
commit f434eff083

View File

@ -81,6 +81,18 @@ instance Default NotificationSettings where
defaultOff = HashSet.fromList
[ NTSheetSoonInactive
, NTExamRegistrationSoonInactive
, NTSubmissionRated
, NTSubmissionEdited
, NTSubmissionUserCreated
, NTSubmissionUserDeleted
, NTSheetActive
, NTSheetHint
, NTSheetSolution
, NTSheetInactive
, NTCorrectionsAssigned
, NTCorrectionsNotDistributed
, NTUserAuthModeUpdate
, NTCourseRegistered
]
instance ToJSON NotificationSettings where