mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-01 06:40:54 -05:00
Since we send all one off messages as priority now[1], we don’t need to explicitly mark this template as being priority. This stops the (potential) problem of people skipping the tour, still having this template and then modifying it to send other messages, potentially in high volumes from CSV files or the API. I don’t think this is a real problem now, but worth cleaning this up. Currently: - 827 priority templates in the database - 195 of which are not deleted - 18 of which are not called ‘Example text message template’ - 3 of which look like genuine use cases, not from services that we run [1]: https://github.com/alphagov/notifications-api/pull/1722