api-docs: Update API changelog for direct vs private messages.

Updates the one last remaining reference to private messages in
the API changelog in the feature level 11 entry. Also, revises
that entry to be slightly more specific.
This commit is contained in:
Lauryn Menard 2023-08-30 14:13:12 +02:00 committed by Tim Abbott
parent 3392be5688
commit e02cde49e8
1 changed files with 3 additions and 2 deletions

View File

@ -1552,8 +1552,9 @@ No changes; feature level used for Zulip 3.0 release.
as 86400 seconds (1 day).
* [`POST /register`](/api/register-queue): The response now contains a
`is_owner`, similar to the existing `is_admin` and `is_guest` fields.
* [`POST /set-typing-status`](/api/set-typing-status): Removed legacy support for sending email
addresses, rather than user IDs, to encode private message recipients.
* [`POST /set-typing-status`](/api/set-typing-status): Removed legacy
support for sending email addresses in the `to` parameter, rather
than user IDs, to encode direct message recipients.
**Feature level 10**