Skip to content

Commit

Permalink
Add a message for the new error type
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRiese committed Dec 11, 2024
1 parent 0353436 commit ade57da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corehq/apps/sms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,7 @@ class MessagingEvent(models.Model, MessagingStatusMixin):
ERROR_FCM_NO_ACTION: gettext_noop("No action selected for the FCM Data message type."),
ERROR_FCM_NOTIFICATION_FAILURE: gettext_noop("Failure while sending FCM notifications to the devices."),
ERROR_FCM_DOMAIN_NOT_ENABLED: gettext_noop("Domain is not enabled for FCM Push Notifications"),
FILTER_MISMATCH: gettext_noop("Recipient did not match filters")
}

domain = models.CharField(max_length=126, null=False, db_index=True)
Expand Down

0 comments on commit ade57da

Please sign in to comment.