mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-05 10:01:24 -04:00
Statuses used to be: - failed - complaint - bounce - sent - delivered Now they are: - sent - sending - delivered This change broke the notifications page on the admin app. It also made me realise that we should be ignoring ‘sending’ messages in the history page—it should only show messages we’ve tried to deliver. The code for this is a bit of a bodge, but it will get things working again for now.