mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
The in:home narrow filter is used to filter messages that appear in the home view, i.e., messages that are not muted. Conversely, `-in:home` should filter messages that are not in the home view, i.e., muted messages. However, `-in:home` did not work as expected because this filter lacked negation support, unlike similar code paths. This commit adds negation support for the in:home filter. For more information, see: <https://chat.zulip.org/#narrow/channel/378-api-design/topic/mark.20muted-topic.20messages.20as.20read/near/1980534>.
57 KiB
57 KiB