mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Before we implemented ‘cancel’ any updates to a broadcast went through the admin app. This meant the admin app could deal with clearing the cache any time a broadcast was updated by a user performing an action. Now that a broadcast can be updated without the admin app being involved we have another place we need to clear the cache from. If we don’t do this then the broadcast can look like it’s still going even though it’s successfully been cancelled.