Skip to content

Commit af1c28e

Browse files
Update default case
1 parent 1b0a4ee commit af1c28e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/backend/src/couchers/notifications/render_email.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ def _get_generic_templated_email(user_name: str, notification: Notification) ->
178178
return emails.StrongVerificationSucceededEmail(user_name=user_name)
179179
case (
180180
NotificationTopicAction.donation__received
181-
| NotificationTopicAction.chat__message
182-
| NotificationTopicAction.chat__missed_messages
183181
| NotificationTopicAction.event__create_any
184182
| NotificationTopicAction.event__create_approved
185183
| NotificationTopicAction.event__reminder

0 commit comments

Comments
 (0)