mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
We send user_id of the referrer instead of email in the invites dict. Sending user_ids is more robust, as those are an immutable reference to a user, rather than something that can change with time. Updates to the webapp UI to display the inviters for more convenient inspection will come in a future commit.