events: Add 'is_moderator' field to the page_params object sent to clients.

This commit is contained in:
sahil839
2021-04-20 00:26:15 +05:30
committed by Tim Abbott
parent dc771f3a14
commit bd78b1ff90
6 changed files with 31 additions and 1 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 = 59
API_FEATURE_LEVEL = 60
# 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