mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
To make it easier to check if there is user information to be used in the error report emails, we create a user object inside report. Now, to check if we have the user's full name, email, etc, we just need to do report['user']['user_full_name'] rather than check each information one by one, because if the value of one key in the report is different than None, all the others will be as well.
5.3 KiB
5.3 KiB