mirror of https://github.com/zulip/zulip.git
api-docs: Update message_ids description in update_message event.
Clarifies that the ID of the edited message will always be included in the `message_ids` list, even if there are no topic or channel updates to be made.
This commit is contained in:
parent
b44d30add7
commit
3f8d5ea0ab
|
@ -2411,6 +2411,9 @@ paths:
|
|||
The list of IDs of messages to which any channel or topic changes
|
||||
encoded in this event should be applied.
|
||||
|
||||
This list always includes `message_id`, even when there are no
|
||||
channel or topic changes to apply.
|
||||
|
||||
These messages are guaranteed to have all been previously sent
|
||||
to channel `stream_id` with topic `orig_subject`, and have been
|
||||
moved to `new_stream_id` with topic `subject` (if those fields
|
||||
|
|
Loading…
Reference in New Issue