mirror of https://github.com/zulip/zulip.git
api-changelog: Update feature level 175 entry and related changes notes.
This commit is contained in:
parent
9f99235368
commit
fd02648b0e
|
@ -101,8 +101,9 @@ format used by the Zulip server that they are interacting with.
|
||||||
|
|
||||||
* [`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings),
|
* [`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings),
|
||||||
[`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults):
|
[`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults):
|
||||||
Added new user setting `web_mark_read_on_scroll_policy` . This determines whether to mark
|
Added new user setting `web_mark_read_on_scroll_policy`. Clients may use this to
|
||||||
messages as read or not as the client scrolls through their feed.
|
determine the user's preference on whether to mark messages as read or not when
|
||||||
|
scrolling through their message feed.
|
||||||
|
|
||||||
**Feature level 174**:
|
**Feature level 174**:
|
||||||
|
|
||||||
|
|
|
@ -9392,15 +9392,16 @@ paths:
|
||||||
- name: web_mark_read_on_scroll_policy
|
- name: web_mark_read_on_scroll_policy
|
||||||
in: query
|
in: query
|
||||||
description: |
|
description: |
|
||||||
Whether or not to mark messages as read when the client scrolls through their
|
Whether or not to mark messages as read when the user scrolls through their
|
||||||
feed.
|
feed.
|
||||||
|
|
||||||
- 1 - Always
|
- 1 - Always
|
||||||
- 2 - Only in conversation views
|
- 2 - Only in conversation views
|
||||||
- 3 - Never
|
- 3 - Never
|
||||||
|
|
||||||
**Changes**: New in Zulip 7.0 (feature level 175). Previously, the app behaved
|
**Changes**: New in Zulip 7.0 (feature level 175). Previously, there was no
|
||||||
like the "Always" setting, without any way to configure this.
|
way for the user to configure this behavior on the web, and the Zulip web and
|
||||||
|
desktop apps behaved like the "Always" setting when marking messages as read.
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
enum:
|
enum:
|
||||||
|
@ -11504,15 +11505,16 @@ paths:
|
||||||
web_mark_read_on_scroll_policy:
|
web_mark_read_on_scroll_policy:
|
||||||
type: integer
|
type: integer
|
||||||
description: |
|
description: |
|
||||||
Whether or not to mark messages as read when the client scrolls through their
|
Whether or not to mark messages as read when the user scrolls through their
|
||||||
feed.
|
feed.
|
||||||
|
|
||||||
- 1 - Always
|
- 1 - Always
|
||||||
- 2 - Only in conversation views
|
- 2 - Only in conversation views
|
||||||
- 3 - Never
|
- 3 - Never
|
||||||
|
|
||||||
**Changes**: New in Zulip 7.0 (feature level 175). Previously, the app behaved
|
**Changes**: New in Zulip 7.0 (feature level 175). Previously, there was no
|
||||||
like the "Always" setting, without any way to configure this.
|
way for the user to configure this behavior on the web, and the Zulip web and
|
||||||
|
desktop apps behaved like the "Always" setting when marking messages as read.
|
||||||
starred_message_counts:
|
starred_message_counts:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |
|
description: |
|
||||||
|
@ -13471,15 +13473,16 @@ paths:
|
||||||
web_mark_read_on_scroll_policy:
|
web_mark_read_on_scroll_policy:
|
||||||
type: integer
|
type: integer
|
||||||
description: |
|
description: |
|
||||||
Whether or not to mark messages as read when the client scrolls through their
|
Whether or not to mark messages as read when the user scrolls through their
|
||||||
feed.
|
feed.
|
||||||
|
|
||||||
- 1 - Always
|
- 1 - Always
|
||||||
- 2 - Only in conversation views
|
- 2 - Only in conversation views
|
||||||
- 3 - Never
|
- 3 - Never
|
||||||
|
|
||||||
**Changes**: New in Zulip 7.0 (feature level 175). Previously, the app behaved
|
**Changes**: New in Zulip 7.0 (feature level 175). Previously, there was no
|
||||||
like the "Always" setting, without any way to configure this.
|
way for the user to configure this behavior on the web, and the Zulip web and
|
||||||
|
desktop apps behaved like the "Always" setting when marking messages as read.
|
||||||
starred_message_counts:
|
starred_message_counts:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |
|
description: |
|
||||||
|
@ -14428,15 +14431,16 @@ paths:
|
||||||
- name: web_mark_read_on_scroll_policy
|
- name: web_mark_read_on_scroll_policy
|
||||||
in: query
|
in: query
|
||||||
description: |
|
description: |
|
||||||
Whether or not to mark messages as read when the client scrolls through their
|
Whether or not to mark messages as read when the user scrolls through their
|
||||||
feed.
|
feed.
|
||||||
|
|
||||||
- 1 - Always
|
- 1 - Always
|
||||||
- 2 - Only in conversation views
|
- 2 - Only in conversation views
|
||||||
- 3 - Never
|
- 3 - Never
|
||||||
|
|
||||||
**Changes**: New in Zulip 7.0 (feature level 175). Previously, the app behaved
|
**Changes**: New in Zulip 7.0 (feature level 175). Previously, there was no
|
||||||
like the "Always" setting, without any way to configure this.
|
way for the user to configure this behavior on the web, and the Zulip web and
|
||||||
|
desktop apps behaved like the "Always" setting when marking messages as read.
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
enum:
|
enum:
|
||||||
|
|
Loading…
Reference in New Issue