mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 11:27:22 +08:00
b7e1ce0205
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..