mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
api docs: Fix API documentation bugs issues with last commit.
* Actually bump API_FEATURE_LEVEL. * Document changes in the endpoint documentation as well. * Use standard linking/wording approach in API changelog.
This commit is contained in:
@@ -13,11 +13,11 @@ below features are supported.
|
||||
|
||||
**Feature level 90**
|
||||
|
||||
* We no longer include `sender_ids` in the `streams` section of
|
||||
`UnreadMessagesResult`, which becomes the `unread_msgs` section of
|
||||
the events that clients fetch when registering events at page
|
||||
load time. (We don't believe this feature has ever been used in
|
||||
a meaningful way.)
|
||||
* [`POST /register`](/api/register-queue): The `unread_msgs` section
|
||||
of the response no longer includes `sender_ids` in the `streams`
|
||||
dictionaries. These were removed because no clients were interested
|
||||
in using the data, which required substantial complexity to
|
||||
construct correctly.
|
||||
|
||||
**Feature level 89**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user