stream: Add field to track active status of stream.

This commit is contained in:
Aman Agrawal
2024-10-07 13:15:05 +00:00
committed by Tim Abbott
parent b2b233f0a7
commit 50256f4831
16 changed files with 198 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
# new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 322 # Last bumped for adding users to groups using invitations
API_FEATURE_LEVEL = 323 # Last bumped for "GET /streams `is_recently_active`"
# 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