Fix notifications for comments on draft patch sets
Change-Id: If16e160fe78e28bb3901ddaa08de63953173f32d
(cherry picked from commit bd0a115873)
This commit is contained in:
@@ -155,7 +155,7 @@ public class CommentSender extends ReplyToChangeSender {
|
||||
}
|
||||
if (notify.compareTo(NotifyHandling.ALL) >= 0) {
|
||||
bccStarredBy();
|
||||
includeWatchers(NotifyType.ALL_COMMENTS);
|
||||
includeWatchers(NotifyType.ALL_COMMENTS, !patchSet.isDraft());
|
||||
}
|
||||
removeUsersThatIgnoredTheChange();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user