Merge "Fix notifications for comments on draft patch sets"
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