mirror of https://github.com/zulip/zulip.git
8356a9d9e4
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>. |
||
---|---|---|
.. | ||
actions | ||
data_import | ||
integration_fixtures/nagios | ||
lib | ||
management | ||
migrations | ||
models | ||
openapi | ||
tests | ||
tornado | ||
transaction_tests | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
signals.py |