mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
search: Add is-muted search operator.
Add the `is:muted` search operator. `-is:muted` is an alias for the `in:home` operator. Co-authored-by: Kenneth <Kenneth012004@outlook.com> Fixes #16943
This commit is contained in:
@@ -20,6 +20,16 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 10.0
|
||||
|
||||
**Feature level 366**
|
||||
|
||||
* [`GET /messages`](/api/get-messages),
|
||||
[`GET /messages/matches_narrow`](/api/check-messages-match-narrow),
|
||||
[`POST /messages/flags/narrow`](/api/update-message-flags-for-narrow),
|
||||
[`POST /register`](/api/register-queue):
|
||||
Added a new [search/narrow filter](/api/construct-narrow),
|
||||
`is:muted`, matching messages in topics and channels that the user
|
||||
has [muted](/help/mute-a-topic).
|
||||
|
||||
**Feature level 365**
|
||||
|
||||
* [`GET /events`](/api/get-events), [`GET /messages`](/api/get-messages),
|
||||
|
||||
Reference in New Issue
Block a user