mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
user_settings: Add web_mark_read_on_scroll_policy field.
This is a backend change that will help support the new `Mark messages as read on scroll` user setting.
This commit is contained in:
@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 7.0
|
||||
|
||||
**Feature level 175**
|
||||
|
||||
* [`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings),
|
||||
[`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
|
||||
messages as read or not as the client scrolls through their feed.
|
||||
|
||||
**Feature level 174**:
|
||||
|
||||
* [`POST /typing`](/api/set-typing-status), [`POST /messages`](/api/send-message):
|
||||
|
||||
Reference in New Issue
Block a user