ente/server/pkg
Neeraj Gupta c73dc36a8c
[Server] Fix data cleanup pipeline for recovered account (#1410)
## Description
For accounts that were recovered post deletion (within x days), we were
not removing the entry from data_cleanup cron.

The data_clean up cron anyways verify that the account is indeed deleted
before proceeding with deletion, so it was not causing any harm, but the
cron was logging error.

## Tests

- [x] Verify that data clean up entry is removed if the account is
recovered
- [x] Verify that for existing data_cleanup entry for already recovered
account, the entry is deleted from cron.
2024-04-15 10:09:29 +05:30
..
api [server] Drop locationTag table and related code 2024-03-29 16:08:28 +05:30
controller [Server] Fix data cleanup pipeline for recovered account (#1410) 2024-04-15 10:09:29 +05:30
external Redefine struct 2024-04-03 17:50:53 +05:30
middleware [server] Reduce discord message frequency 2024-03-18 10:02:13 +05:30
repo [Server] Fix data cleanup pipeline for recovered account (#1410) 2024-04-15 10:09:29 +05:30
utils [server]Log invalid password at warn level 2024-04-11 10:21:56 +05:30