refactor(notifications): change notifications defaults
This commit is contained in:
parent
a8b1c36409
commit
f434eff083
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user