This diff updates the keyserver code for several deleters:
- For deleting an upload, we'll check to make sure it's not assigned to a user
- For deleting unassigned uploads, we'll check to make sure they're not assigned to a user
- For deleting an account, we'll make sure to delete any corresponding avatar upload
Depends on D11988