comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
168 stars 50 forks source link

Fix bug with first names for individual messages #3283

Closed jmsmkn closed 3 months ago

jmsmkn commented 3 months ago

I noticed that dispatch_unread_direct_messages_email was being sent a user instance when it expected a first name string, this would have worked but you would have had the strange thing of "<User object 'James'> just sent you a direct message" in the emails.

Also: