mirror of https://github.com/zulip/zulip.git
Show @-mentioned messages even for muted streams
(imported from commit 8a32599869c9f510d9c42f4c17b16d1e662e7669)
This commit is contained in:
parent
068fac2d7e
commit
6460ecdc18
|
@ -36,7 +36,7 @@ function mit_edu_topic_name_match(message, operand) {
|
|||
}
|
||||
|
||||
function message_in_home(message) {
|
||||
if (message.type === "private") {
|
||||
if (message.type === "private" || message.mentioned) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue