Groups: Can perform any join, leave, add, remove for deactivated group.

Fixes #33804.

We still do not allow permission settings to be set to deactivated
groups.
This commit is contained in:
Shubham Padia
2025-05-30 09:22:29 +00:00
committed by Tim Abbott
parent 74b0d8ff61
commit 7eb9c9deef
9 changed files with 57 additions and 43 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 = 390
API_FEATURE_LEVEL = 391
# 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