mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
If for whatever reason an email job gets queued for a user with no email, an exception is thrown on the getEmailAddress() step. This exception was never handled and therefore the app crashed. Handle it and log instead..