mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user