fix requests not being sent to the cc recipients
Compare changes
- Frederik Schwan authored
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 31
− 1
@@ -78,7 +78,7 @@ class Notification:
@@ -135,6 +135,9 @@ class ResetKeyNotification(Notification):
@@ -183,6 +186,9 @@ class CommentNotification(Notification):
@@ -227,6 +233,9 @@ class UpdateNotification(Notification):
@@ -275,6 +284,9 @@ class FlagNotification(Notification):
@@ -314,6 +326,9 @@ class OwnershipEventNotification(Notification):
@@ -349,6 +364,9 @@ class ComaintainershipEventNotification(Notification):
@@ -393,6 +411,9 @@ class DeleteNotification(Notification):
@@ -445,6 +466,9 @@ class RequestOpenNotification(Notification):
@@ -505,6 +529,9 @@ class RequestCloseNotification(Notification):
@@ -553,6 +580,9 @@ class TUVoteReminderNotification(Notification):