NTSheetInactive should default to False
This commit is contained in:
parent
f07ad82c1d
commit
b89dd09a94
@ -514,7 +514,7 @@ instance Default NotificationSettings where
|
||||
NTSubmissionRatedGraded -> True
|
||||
NTSubmissionRated -> False
|
||||
NTSheetActive -> True
|
||||
NTSheetInactive -> True
|
||||
NTSheetInactive -> False
|
||||
|
||||
instance ToJSON NotificationSettings where
|
||||
toJSON v = toJSON . HashMap.fromList $ map (id &&& notificationAllowed v) universeF
|
||||
|
||||
Loading…
Reference in New Issue
Block a user