when an uknown remote user likes a local post:
activity type: Like
"POST /users/{username}/inbox HTTP/1.0" 500
2025年04月07日 10:51:14,732 - ERROR - Exception in ASGI application
asyncpg.exceptions.ForeignKeyViolationError: insert or update on table "favourites" violates foreign key constraint "fk_account_id"
DETAIL: Key (account_id)=(0) is not present in table "accounts".
when an uknown remote user likes a local post:
activity type: Like
```
"POST /users/{username}/inbox HTTP/1.0" 500
2025年04月07日 10:51:14,732 - ERROR - Exception in ASGI application
asyncpg.exceptions.ForeignKeyViolationError: insert or update on table "favourites" violates foreign key constraint "fk_account_id"
DETAIL: Key (account_id)=(0) is not present in table "accounts".
```