stream: User with just can add permissions should be able to add.

This commit is contained in:
Shubham Padia
2025-02-03 20:43:41 +00:00
committed by Tim Abbott
parent 9e09a240d7
commit 0f51b029a0
5 changed files with 35 additions and 2 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 = 348 # Last bumped for enable_guest_user_dm_warning.
API_FEATURE_LEVEL = 349 # Last bumped for taking into account stream metadata access permissions.
# 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