mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Upcoming changes to API will mean that by default its `get_notifications_for_service` DAO function will return one-off notifications. In most cases this is what we want, but the message log page should not show one-off notifications. By passing in the `include_one_off=False` option to API we can ensure that this page will stay the same when API changes.