Skip to content

Commit

Permalink
fix(notifications): send media declined email
Browse files Browse the repository at this point in the history
fixes #679
  • Loading branch information
sct committed Jan 18, 2021
1 parent 2f97f61 commit eb6fc8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/lib/notifications/agents/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ class EmailAgent
case Notification.MEDIA_APPROVED:
this.sendMediaApprovedEmail(payload);
break;
case Notification.MEDIA_DECLINED:
this.sendMediaDeclinedEmail(payload);
break;
case Notification.MEDIA_AVAILABLE:
this.sendMediaAvailableEmail(payload);
break;
Expand Down

0 comments on commit eb6fc8a

Please sign in to comment.