Old sync clients without 404 handling get stuck in infinite retry loops when trying to delete an already-deleted memory. Making the endpoint idempotent (returning success regardless) fixes this for all existing clients without requiring client upgrades. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| app.py | ||
| auth.py | ||
| database.py | ||
| models.py | ||
| vault_service.py | ||