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:
Shawn Pearce
2012-03-14 18:18:43 -07:00
committed by gerrit code review
2 changed files with 2 additions and 1 deletions

View File

@@ -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