mirror of https://github.com/zulip/zulip.git
api-changelog: Update feature level 119 entry for clarity.
This commit is contained in:
parent
2414ddd2d4
commit
8230a21163
|
@ -745,11 +745,12 @@ No changes; feature level used for Zulip 5.0 release.
|
||||||
|
|
||||||
**Feature level 119**
|
**Feature level 119**
|
||||||
|
|
||||||
* [`POST /register`](/api/register-queue): The `unread_msgs` section
|
* [`POST /register`](/api/register-queue): Added `other_user_id` field
|
||||||
of the response now prefers `other_user_id` over the poorly named
|
to the `pms` objects in the `unread_msgs` data set, deprecating the
|
||||||
`sender_id` field in the `pms` dictionaries. This change is
|
less clearly named `sender_id` field. This change was motivated by
|
||||||
motivated by the possibility that a message you yourself sent to
|
the possibility that a one-on-one direct message sent by the current
|
||||||
another user could be marked as unread.
|
user to another user could be marked as unread. The `sender_id` field
|
||||||
|
is still present for backwards compatibility with older server versions.
|
||||||
|
|
||||||
**Feature level 118**
|
**Feature level 118**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue