mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
api: Increment API feature level to 393.
This commit is contained in:
@@ -20,6 +20,17 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 11.0
|
||||
|
||||
**Feature level 393**
|
||||
|
||||
* [`PATCH /messages/{message_id}`](/api/delete-message),
|
||||
[`POST /register`](/api/register-queue), [`GET /events`](/api/get-events):
|
||||
In `delete_message` event, all the `message_ids` will now be sorted in
|
||||
increasing order.
|
||||
* [`PATCH /messages/{message_id}`](/api/update-message),
|
||||
[`POST /register`](/api/register-queue), [`GET /events`](/api/get-events):
|
||||
In `update_message` event, all the `message_ids` will now be sorted in
|
||||
increasing order.
|
||||
|
||||
**Feature level 392**
|
||||
|
||||
* [`GET /users/me/subscriptions`](/api/get-subscriptions),
|
||||
|
||||
Reference in New Issue
Block a user