mirror of https://github.com/zulip/zulip.git
api-changelog: Fix feature level 174 note.
Fix typo in API changelog feature level 174, and change "will" to "may" about removing support for deprecated "private" value for `type` parameter.
This commit is contained in:
parent
c80807c962
commit
cad2bc7628
|
@ -47,9 +47,9 @@ format used by the Zulip server that they are interacting with.
|
|||
* [`POST /typing`](/api/set-typing-status), [`POST /messages`](/api/send-message):
|
||||
Added `"direct"` as the preferred way to indicate a direct message for the
|
||||
`type` parameter, deprecating the original `"private"`. While `"private"`
|
||||
is still supported for direct messages, clients are encouraged to use to
|
||||
is still supported for direct messages, clients are encouraged to use
|
||||
the modern convention with servers that support it, because support for
|
||||
`"private"` will eventually be removed.
|
||||
`"private"` may eventually be removed.
|
||||
|
||||
**Feature level 173**:
|
||||
|
||||
|
|
Loading…
Reference in New Issue