mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
invites: Send user_id of the referrer instead of email in invites dict.
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.
This commit is contained in:
@@ -29,7 +29,7 @@ DESKTOP_WARNING_VERSION = "5.2.0"
|
||||
#
|
||||
# Changes should be accompanied by documentation explaining what the
|
||||
# new level means in templates/zerver/api/changelog.md.
|
||||
API_FEATURE_LEVEL = 21
|
||||
API_FEATURE_LEVEL = 22
|
||||
|
||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
||||
# only when going from an old version of the code to a newer version. Bump
|
||||
|
||||
Reference in New Issue
Block a user