when an unkown and non followed remote user replies followed remote user posts, appy throws this at activities.create:shared_inbox_create_activity:183:
duplicate key value violates unique constraint "index_accounts_on_username_and_domain_lower
DETAIL: Key (lower(username::text), COALESCE(lower(domain::text), ''::text))=(remote_unknown_user, remote_unkown_user_domain) already exists.
and after above, it throws this following error at libraries.asyncdb:save_status:3876:
insert or update on table "statuses" violates foreign key constraint "fk_account_id"
DETAIL: Key (account_id)=(0) is not present in table "accounts"
when an unkown and non followed remote user replies followed remote user posts, appy throws this at ```activities.create:shared_inbox_create_activity:183```:
```
duplicate key value violates unique constraint "index_accounts_on_username_and_domain_lower
DETAIL: Key (lower(username::text), COALESCE(lower(domain::text), ''::text))=(remote_unknown_user, remote_unkown_user_domain) already exists.
```
and after above, it throws this following error at ```libraries.asyncdb:save_status:3876```:
```
insert or update on table "statuses" violates foreign key constraint "fk_account_id"
DETAIL: Key (account_id)=(0) is not present in table "accounts"
```