mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The API defaults to include_custom_profile_fields=True in the POST /register code path, but defaults to false in GET /users call. This results in profile data for user being undefined when received from server and thus we fail to process any profile updates for the user. Co-authored-by: Tim Abbott <tabbott@zulip.com>