-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Problem
When users unsubscribe then re-subscribe we create a new record in the DB rather than "un-deleting" their old record.
New re-subscribe flow
- When user completely unsubscribes, it soft deletes them
- When deleted user signs up, "un-delete" that user and send new confirmation email
- Add unique index to email
Reactions are currently unavailable