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

Fix: 채팅 조회시 userId 적용 #59

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

dainshon
Copy link
Collaborator

user별 채팅 가져오기 위함

요약 (Summary)

  • 채팅 조회시 userId별로 조회

변경 사항 (Changes)

  • 기존: userId를 받지않아 다른 사용자의 채팅도 조회 가능
  • 변경: userId를 받아 해당 사용자의 채팅만 조회 가능

리뷰 요구사항

  • 주어진 사용자의 채팅만 조회 가능한지

확인 방법 (선택)

http://localhost:8080/chat/get?userId=2&chatId=2
image

Copy link
Contributor

@nonaninona nonaninona left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nonaninona nonaninona merged commit bfbf95b into develop Feb 16, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants