mirror of
https://github.com/zulip/zulip.git
synced 2026-06-27 21:01:32 +08:00
api-docs: Update feature level 329 changelog entry and related notes.
Clarifies that the alert is shown if the current time displayed by the time zone configured on the user's device differs from the time displayed for the users's profile time zone. Removes incorrectly having web_suggest_update_timezone as a separate field returned by the POST /register response. It will only be a field in the user_settings and realm_user_settings_defaults objects.
This commit is contained in:
parent
d32f9862a5
commit
9fa57fd24a
@ -301,9 +301,11 @@ deactivated groups.
|
||||
|
||||
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults),
|
||||
[`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings):
|
||||
Added new `web_suggest_update_timezone` option to decide whether the user should be
|
||||
shown an alert offering to update their profile time zone to the time zone of the
|
||||
browser in case they differ.
|
||||
Added new `web_suggest_update_timezone` user setting to indicate whether
|
||||
the user should be shown an alert, offering to update their [profile
|
||||
time zone](/help/change-your-timezone), when the time displayed for the
|
||||
profile time zone differs from the current time displayed by the time
|
||||
zone configured on their device.
|
||||
|
||||
**Feature level 328**
|
||||
|
||||
|
||||
@ -12223,8 +12223,10 @@ paths:
|
||||
example: true
|
||||
web_suggest_update_timezone:
|
||||
description: |
|
||||
Whether the user should be shown an alert offering to update their profile time zone
|
||||
to the time zone of the browser in case they differ.
|
||||
Whether the user should be shown an alert, offering to update their
|
||||
[profile time zone](/help/change-your-timezone), when the time displayed
|
||||
for the profile time zone differs from the current time displayed by the
|
||||
time zone configured on their device.
|
||||
|
||||
**Changes**: New in Zulip 10.0 (feature level 329).
|
||||
type: boolean
|
||||
@ -15652,8 +15654,10 @@ paths:
|
||||
web_suggest_update_timezone:
|
||||
type: boolean
|
||||
description: |
|
||||
Whether the user should be shown an alert offering to update their profile time zone
|
||||
to the time zone of the browser in case they differ.
|
||||
Whether the user should be shown an alert, offering to update their
|
||||
[profile time zone](/help/change-your-timezone), when the time displayed
|
||||
for the profile time zone differs from the current time displayed by the
|
||||
time zone configured on their device.
|
||||
|
||||
**Changes**: New in Zulip 10.0 (feature level 329).
|
||||
fluid_layout_width:
|
||||
@ -16781,13 +16785,6 @@ paths:
|
||||
|
||||
**Changes**: New in Zulip 9.0 (feature level 253). Previously, there were
|
||||
only options to disable sending typing notifications.
|
||||
web_suggest_update_timezone:
|
||||
type: boolean
|
||||
description: |
|
||||
Whether the user should be shown an alert offering to update their profile time zone
|
||||
to the time zone of the browser in case they differ.
|
||||
|
||||
**Changes**: New in Zulip 10.0 (feature level 329).
|
||||
enter_sends:
|
||||
deprecated: true
|
||||
type: boolean
|
||||
@ -18318,8 +18315,10 @@ paths:
|
||||
web_suggest_update_timezone:
|
||||
type: boolean
|
||||
description: |
|
||||
Whether the user should be shown an alert offering to update their profile time zone
|
||||
to the time zone of the browser in case they differ.
|
||||
Whether the user should be shown an alert, offering to update their
|
||||
[profile time zone](/help/change-your-timezone), when the time displayed
|
||||
for the profile time zone differs from the current time displayed by the
|
||||
time zone configured on their device.
|
||||
|
||||
**Changes**: New in Zulip 10.0 (feature level 329).
|
||||
fluid_layout_width:
|
||||
@ -19487,8 +19486,10 @@ paths:
|
||||
web_suggest_update_timezone:
|
||||
type: boolean
|
||||
description: |
|
||||
Whether the user should be shown an alert offering to update their profile time zone
|
||||
to the time zone of the browser in case they differ.
|
||||
Whether the user should be shown an alert, offering to update their
|
||||
[profile time zone](/help/change-your-timezone), when the time displayed
|
||||
for the profile time zone differs from the current time displayed by the
|
||||
time zone configured on their device.
|
||||
|
||||
**Changes**: New in Zulip 10.0 (feature level 329).
|
||||
example: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user