2025年11月21日 21:36:31,193 - INFO - 65.21.68.242:0 - "POST /users/{username}/inbox HTTP/1.0" 500
2025年11月21日 21:36:31,193 - ERROR - Exception in ASGI application
asyncpg.exceptions.UniqueViolationError: duplicate key value violates unique constraint "index_accounts_on_username_and_domain_lower"
DETAIL: Key (lower(username::text), COALESCE(lower(domain::text), ''::text))=(remote_user, remote_server) already exists.
```
2025年11月21日 21:36:31,193 - INFO - 65.21.68.242:0 - "POST /users/{username}/inbox HTTP/1.0" 500
2025年11月21日 21:36:31,193 - ERROR - Exception in ASGI application
asyncpg.exceptions.UniqueViolationError: duplicate key value violates unique constraint "index_accounts_on_username_and_domain_lower"
DETAIL: Key (lower(username::text), COALESCE(lower(domain::text), ''::text))=(remote_user, remote_server) already exists.
```