mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
settings: Add 'web_navigate_to_sent_message' setting.
In a2ef1d7e93, we made changes so
that when you send a message, your view jumps to the conversation
where you sent it.
For some users it was an improvement, few reported that it
disrupts their workflows.
This prep commit adds a setting which will be used to allow users
to decide whether to automatically go to conversation where they
sent a message.
This commit is contained in:
committed by
Tim Abbott
parent
8782625f07
commit
83414db72e
@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 9.0
|
||||
|
||||
**Feature level 268**
|
||||
|
||||
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults),
|
||||
[`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings):
|
||||
Added a new `web_navigate_to_sent_message` setting to allow users to decide
|
||||
whether to automatically go to conversation where they sent a message.
|
||||
|
||||
**Feature level 267**
|
||||
|
||||
* [`GET /invites`](/api/get-invites),[`POST /invites`](/api/send-invites): Added
|
||||
|
||||
Reference in New Issue
Block a user