api: Include stream_id field for all edits to stream messages.

Updates the `update_message` event type to always include a `stream_id`
field when the message being edited is a stream message. This change
aligns with the current definition of the `\get-events` endpoint
in the OpenAPI documentation.
This commit is contained in:
Lauryn Menard
2021-12-14 18:14:10 +01:00
committed by Tim Abbott
parent 1dc36c3f16
commit 3b72da8a7c
4 changed files with 12 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.4.3"
# Changes should be accompanied by documentation explaining what the
# new level means in templates/zerver/api/changelog.md, as well as
# "**Changes**" entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 111
API_FEATURE_LEVEL = 112
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump