Merge changes Id1afb706,I6170270c
* changes: Users who starred a change should receive all the emails about a change. Add bccStarredBy to ReplacePatchSetSender class
This commit is contained in:
@@ -67,6 +67,7 @@ public class ReplacePatchSetSender extends ReplyToChangeSender {
|
||||
add(RecipientType.TO, reviewers);
|
||||
add(RecipientType.CC, extraCC);
|
||||
rcptToAuthors(RecipientType.CC);
|
||||
bccStarredBy();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user