We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed733b commit 4a21103Copy full SHA for 4a21103
src/schemas/models.py
@@ -52,6 +52,10 @@ def status_display(v):
52
'click': 'Opened & clicked on',
53
'soft_bounce': 'Bounced (retried)',
54
'hard_bounce': 'Bounced',
55
+ 'delivered': 'Delivered',
56
+ 'delivery_failed': 'Delivery failed',
57
+ 'sent': 'Sent',
58
+ 'expired': 'Expired',
59
}.get(v, v)
60
61
def get_status_display(self):
0 commit comments