Filter connection requests between users #1306
Unanswered
lukadriel7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was wondering if there was a way to filter which user can connect to another. A system like users cannot message other users who blocked them. I would like to keep the implementation on the server side. I am hosting my own signaling server integrated with NestJS. Ideally, when a user makes a connection request to another, I want to check if the user is blocked and if that's the case prevent the connection. Did anyone implement something similar ?
Beta Was this translation helpful? Give feedback.
All reactions