forked from zulip/zulip-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mute: Show @-mention messages even if stream or topic muted.
This mirrors the web app's behavior. For the case of a topic mute, see `messages_filtered_for_topic_mutes` in `message_list_data.js`. For the case of a stream mute... the web implementation seems to be more indirect and I haven't tracked down where stream muting gets applied to the message list, but empirically it does let messages through when they have an @-mention. Fixes: zulip#3472
- Loading branch information
1 parent
5c3ef8f
commit 918ed42
Showing
2 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters