users: Add new option in web_channel_default_view.

Added "list of topics" option which will allow users to indicate
that they want to view an inbox style list of topics on visiting
a channel link.
This commit is contained in:
Aman Agrawal
2025-04-09 16:47:07 +05:30
committed by Tim Abbott
parent 6aca4c8509
commit cc4b4f5670
6 changed files with 40 additions and 6 deletions

View File

@@ -20,6 +20,14 @@ format used by the Zulip server that they are interacting with.
## Changes in Zulip 11.0
**Feature level 383**
* [`POST /register`](/api/register-queue), [`PATCH
/settings`](/api/update-settings), [`PATCH
/realm/user_settings_defaults`](/api/update-realm-user-settings-defaults):
Added new option in user setting `web_channel_default_view`, to show
inbox view style list of topics.
**Feature level 382**
* `POST /message/{message_id}/report`: Added a new endpoint for submitting

View File

@@ -113,6 +113,12 @@ In Zulip 10.0 (feature level 319), added Markdown syntax
for linking to a specific message in a conversation. Declared the
`data-stream-id` field to be deprecated as detailed above.
In Zulip 11.0 (feature level ZF-93627a), clients can decide what
channel view a.stream channel link elements take you to -- i.e.,
the href for those is the default behavior of the link that also
encodes the channel alongside the data-stream-id field, but clients
can override that default based on `web_channel_default_view` setting.
## Image previews
When a Zulip message is sent linking to an uploaded image, Zulip will