api-changelog: Update feature level 189 entry and bump API version.

Revises the API changelog feature level 189 entry for formatting
error and to clarify the text. Also, bumps the API_FEATURE_LEVEL
in `version.py`.

The original pull request for these changes was #25640.
This commit is contained in:
Lauryn Menard
2023-06-14 12:39:21 +02:00
committed by Alex Vandiver
parent d30ab34e3d
commit 8be68c8034
2 changed files with 8 additions and 6 deletions

View File

@@ -24,11 +24,13 @@ format used by the Zulip server that they are interacting with.
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults),
[`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings):
Added `enable_followed_topic_email_notifications`, `enable_followed_topic_push_notifications`
, `enable_followed_topic_wildcard_mentions_notify`, `enable_followed_topic_desktop_notifications`
and `enable_followed_topic_audible_notifications` boolean fields to control email,
push, wildcard mention, visual desktop and audible desktop notifications, respectively,
for messages sent to followed topics.
Added new boolean user settings `enable_followed_topic_email_notifications`,
`enable_followed_topic_push_notifications`,
`enable_followed_topic_wildcard_mentions_notify`,
`enable_followed_topic_desktop_notifications`
and `enable_followed_topic_audible_notifications` to control whether a user
receives email, push, wildcard mention, visual desktop and audible desktop
notifications, respectively, for messages sent to followed topics.
**Feature level 188**