events: Remove email field from update subscription events.

This commit removes email field from update subscription
events, as email field is of no use in this case.
This commit is contained in:
sahil839
2021-02-26 23:49:03 +05:30
committed by Tim Abbott
parent 6250902edc
commit b53c773987
6 changed files with 6 additions and 13 deletions

View File

@@ -30,7 +30,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 = 39
API_FEATURE_LEVEL = 40
# 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