mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
message_fetch: Add message_ids parameter to /messages request.
This allows us to fetch messages for a list of message ids in a single request.
This commit is contained in:
@@ -20,6 +20,11 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 10.0
|
||||
|
||||
**Feature level 300**
|
||||
|
||||
* [`GET /messages`](/api/get-message): Added a new message_ids parameter,
|
||||
as an alternative method of specifying which messages to fetch.
|
||||
|
||||
**Feature level 299**
|
||||
|
||||
* `PATCH /realm`, [`POST /register`](/api/register-queue),
|
||||
|
Reference in New Issue
Block a user