We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
기존에 채팅방이 존재하면 해당 채팅방의 id를 반환하고, 존재하지 않으면 신규 채팅방의 id를 반환한다. 채팅방이 없다면 새로운 채팅방을 생성하고, 있다면 다른 api로 리다이렉트 거는 방식으로 구현
The text was updated successfully, but these errors were encountered:
JunYoung-C
Successfully merging a pull request may close this issue.
📌 Description
기존에 채팅방이 존재하면 해당 채팅방의 id를 반환하고, 존재하지 않으면 신규 채팅방의 id를 반환한다.
채팅방이 없다면 새로운 채팅방을 생성하고, 있다면 다른 api로 리다이렉트 거는 방식으로 구현
📝 To-do
The text was updated successfully, but these errors were encountered: