Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if user exists in an active room or not #24

Open
Vibhu-Agarwal opened this issue Oct 14, 2022 · 0 comments
Open

Check if user exists in an active room or not #24

Vibhu-Agarwal opened this issue Oct 14, 2022 · 0 comments

Comments

@Vibhu-Agarwal
Copy link
Contributor

Hedwig/main.py

Lines 35 to 38 in 1e2cbf1

async def chat(websocket: WebSocket, chat_room_id: ObjectID, user_id: ObjectID):
logger.info(f"{chat_room_id=}, {user_id=}")
logger.debug("NOT checking if user exists in the active chat-room or not")
# TODO: check if user exists in an active room or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant