diff --git a/api_docs/changelog.md b/api_docs/changelog.md index d4da8d5590..f4580a10eb 100644 --- a/api_docs/changelog.md +++ b/api_docs/changelog.md @@ -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** diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index e1bc171f80..0fa59e0d08 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -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