mirror of https://github.com/zulip/zulip.git
api-changelog: Clarify feature level 118 entry about `prev_stream`.
Clarifies that the `prev_stream` field was in the message edit history prior to these changes.
This commit is contained in:
parent
bb735460e5
commit
0d1b7f0d6e
|
@ -576,7 +576,8 @@ No changes; feature level used for Zulip 5.0 release.
|
||||||
/events`](/api/get-events): Improved the format of the
|
/events`](/api/get-events): Improved the format of the
|
||||||
`edit_history` object within message objects. Entries for stream
|
`edit_history` object within message objects. Entries for stream
|
||||||
edits now include a both a `prev_stream` and `stream` field to
|
edits now include a both a `prev_stream` and `stream` field to
|
||||||
indicate the previous and current stream IDs. Entries for topic
|
indicate the previous and current stream IDs. Prior to this feature
|
||||||
|
level, only the `prev_stream` field was present. Entries for topic
|
||||||
edits now include both a `prev_topic` and `topic` field to indicate
|
edits now include both a `prev_topic` and `topic` field to indicate
|
||||||
the previous and current topic, replacing the `prev_subject`
|
the previous and current topic, replacing the `prev_subject`
|
||||||
field. These changes substantially simplify client complexity for
|
field. These changes substantially simplify client complexity for
|
||||||
|
|
Loading…
Reference in New Issue