How to find if there entity with same type and with same entities in collection?
Hello there. I have a problem with defining if there a same conversation with users what user what to act with.
I have
Conversation
User
User creates a conversation using Ids of people with who he want to chat with.
I want to check user id's and conversation type (defines by participants count) and prevent user to create dublicate of dialogue.
How to do it properly?
0 Replies