freeCodeCamp icon indicating copy to clipboard operation
freeCodeCamp copied to clipboard

fix(api): unsubscribe all subscribed emails

Open ShaunSHamilton opened this issue 2 months ago • 0 comments

Checklist:

Related #40773 (Only to be closed, once new api is deployed)

Before After
Unsubscribing accounts with the same email but different unsubscribeIds would result in emails still being sent Unsubscribing accounts with the same email but different unsubscribeIds unsubscribes all accounts
All accounts with same unsubscribeId get unsubscribed All accounts with same unsubscribeId get unsubscribed

These changes could be backported to the old/current api. However, I find it unscrupulous.

ShaunSHamilton avatar May 23 '24 15:05 ShaunSHamilton