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:
opmkumar
2025-03-11 00:19:15 +05:30
committed by Tim Abbott
parent 4becea3993
commit 4f462970e4
14 changed files with 184 additions and 3 deletions

View File

@@ -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),