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
|
defaultOff = HashSet.fromList
|
||||||
[ NTSheetSoonInactive
|
[ NTSheetSoonInactive
|
||||||
, NTExamRegistrationSoonInactive
|
, NTExamRegistrationSoonInactive
|
||||||
|
, NTSubmissionRated
|
||||||
|
, NTSubmissionEdited
|
||||||
|
, NTSubmissionUserCreated
|
||||||
|
, NTSubmissionUserDeleted
|
||||||
|
, NTSheetActive
|
||||||
|
, NTSheetHint
|
||||||
|
, NTSheetSolution
|
||||||
|
, NTSheetInactive
|
||||||
|
, NTCorrectionsAssigned
|
||||||
|
, NTCorrectionsNotDistributed
|
||||||
|
, NTUserAuthModeUpdate
|
||||||
|
, NTCourseRegistered
|
||||||
]
|
]
|
||||||
|
|
||||||
instance ToJSON NotificationSettings where
|
instance ToJSON NotificationSettings where
|
||||||
|
|||||||
Reference in New Issue
Block a user