events: Add demo_organization_scheduled_deletion_date to /register.

This commit adds `demo_organization_scheduled_deletion_date` to
the `realm` section of the `/register` response so that it is
available to clients when enabled.

This is a part of #19523.
This commit is contained in:
Eeshan Garg
2021-09-03 19:42:30 -04:00
committed by Tim Abbott
parent ed76c6894f
commit f0ea002d94
5 changed files with 49 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.4.3"
# Changes should be accompanied by documentation explaining what the
# new level means in templates/zerver/api/changelog.md, as well as
# "**Changes**" entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 93
API_FEATURE_LEVEL = 94
# 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