mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-03 08:10:48 -05:00
Which means we can remove the need to request the data from the database. In order for the PR to be backwards compatible I have added an optional parameter "encrypted_status_update". If this is not None then the new code is called. The next PR will send the encrypted data to this task. A final PR will remove the code that uses the database to get the notification and service callback api.