Fix notifications for comments on draft patch sets

Change-Id: If16e160fe78e28bb3901ddaa08de63953173f32d
(cherry picked from commit bd0a115873)
This commit is contained in:
Logan Hanks
2017-04-26 16:59:11 +02:00
committed by ekempin
parent cb303df897
commit efc835dc29
2 changed files with 17 additions and 3 deletions

View File

@@ -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();