marienilba / blindparty

https://blindparty.vercel.app
0 stars 0 forks source link

Friends don't work well #93

Open marienilba opened 1 year ago

marienilba commented 1 year ago

How reproduce Be friend with someone, name A add B, B accept A, A and B are friends A remove B from friends

A don't show B anymore, but B still have A has friends A can't add B anymore, not find in users

marienilba commented 1 year ago

Explication why A can't add B anymore, not find in users A and B are still considered has friends it not both remove them So users is filtered with friends to avoid show up, and so B is not present

marienilba commented 1 year ago

Can't add friend after being removed 1 time

Invalid `prisma.friendInvitation.create()` invocation:
Unique constraint failed on the constraint: `FriendInvitation_userSentId_userInviteId_key`
marienilba commented 1 year ago

83 related