Meichen Zhou

Results 2 issues of Meichen Zhou

**Describe the bug** We use composeView.getXxRecipients() for [email tracking view controller](https://github.com/StreakYC/MailFoo/blob/master/extensions/common/js/modules/pixelTracker/pixelTrackerOnComposeViewController.tsx#L363-L368) during sending the email, it returns empty emails list. ``` composeView.registerRequestModifier const allRecipients: Array = _.uniqBy( composeView .getToRecipients() .concat(composeView.getCcRecipients())...

bug

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. 2. 3. 4. **Expected behavior** **Screenshots** **Add any other context about the problem here if anything**

bug