mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
Allow filtering to alerted messages with is:alerted
(imported from commit 99834f1ee1b9b2e0f5c7427afa1494bf404e3626)
This commit is contained in:
@@ -239,6 +239,10 @@ Filter.prototype = {
|
||||
if (!message.mentioned) {
|
||||
return false;
|
||||
}
|
||||
} else if (operand === 'alerted') {
|
||||
if (!message.alerted) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user