register: Pass channel folder max name and description length.

This commit adds "max_channel_folder_name" and
"max_channel_folder_description" fields to response.

Also updated webapp to use these fields instead of hardcoding
the values.
This commit is contained in:
Sahil Batra
2025-07-29 07:59:17 +05:30
committed by Tim Abbott
parent 945e5553e4
commit db00ceaeb2
8 changed files with 46 additions and 7 deletions

View File

@@ -20,6 +20,12 @@ format used by the Zulip server that they are interacting with.
## Changes in Zulip 11.0
**Feature level 410**
* [`POST /register`](/api/register-queue): Added
`max_channel_folder_name_length` and
`max_channel_folder_description_length` fields to the response.
**Feature level 409**
* `PATCH /realm`, [`POST /register`](/api/register-queue),