message_edit: Sort message_ids when sending update_message event.

https://chat.zulip.org/#narrow/channel/412-api-documentation/topic/Make.20message_ids.20from.20message.20update.20event.20sorted
This commit is contained in:
Shubham Padia
2025-06-17 10:43:13 +00:00
committed by Tim Abbott
parent 4f67c1dbf1
commit 37bfb7c963
5 changed files with 21 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
* [`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.