message_notifications: Remove unused `test-notification` case.

This commit is contained in:
Aman Agrawal 2024-06-24 03:58:04 +00:00 committed by Tim Abbott
parent 8970884837
commit 98341d811e
1 changed files with 0 additions and 3 deletions

View File

@ -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) {