mirror of https://github.com/zulip/zulip.git
message_notifications: Remove unused `test-notification` case.
This commit is contained in:
parent
8970884837
commit
98341d811e
|
@ -94,9 +94,6 @@ function get_notification_title(message, msg_count) {
|
|||
}
|
||||
|
||||
switch (message.type) {
|
||||
case "test-notification":
|
||||
other_recipients = remove_sender_from_list_of_recipients(message);
|
||||
break;
|
||||
case "private":
|
||||
other_recipients = remove_sender_from_list_of_recipients(message);
|
||||
if (message.display_recipient.length > 2) {
|
||||
|
|
Loading…
Reference in New Issue