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:
@@ -296,7 +296,7 @@ public abstract class ChangeEmail extends OutgoingEmail {
|
||||
//
|
||||
for (StarredChange w : args.db.get().starredChanges().byChange(
|
||||
change.getId())) {
|
||||
add(RecipientType.BCC, w.getAccountId());
|
||||
super.add(RecipientType.BCC, w.getAccountId());
|
||||
}
|
||||
} catch (OrmException err) {
|
||||
// Just don't BCC everyone. Better to send a partial message to those
|
||||
|
Reference in New Issue
Block a user