mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The old endpoint for updating a user worked only via user id. Now we add a different entry to this functionality, fetching the user by .delivery_email. update_user_backend becomes the main function handling all the logic, invoked by the two endpoints.