From f434eff0832d1bbecce4fb5a48b9e19a16541142 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Tue, 31 Jan 2023 13:32:39 +0100 Subject: [PATCH] refactor(notifications): change notifications defaults --- src/Model/Types/Mail.hs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Model/Types/Mail.hs b/src/Model/Types/Mail.hs index c64b71bf1..cba46cefd 100644 --- a/src/Model/Types/Mail.hs +++ b/src/Model/Types/Mail.hs @@ -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