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

[Bug] 방을 나간 사람의 프로필을 눌러서 신고할 수 없음 #560

Open
jinhyeonkwon opened this issue Jan 28, 2025 · 0 comments
Assignees
Labels
😱 bug Something isn't working

Comments

@jinhyeonkwon
Copy link

Describe the bug

채팅창에서 방을 나간 사람을 신고하려 하면, 신고가 제대로 되지 않고 현재 참여자 중 신고자를 고르는 화면이 뜹니다.
이는, ModalChatReport에서, 지목된 유저의 oid가 roomInfo.part에 없는 경우에는 선택된 id가 없다고 보고 사용자 선택 창을 띄우기 때문입니다.

해결 방안은 2가지입니다.

  1. roomInfo에 한 번이라도 방에 참여한 사람들을 저장하는 데이터 구조를 추가한다
  2. ModalChatReport를 띄울 때, chats에 있는 채팅/입퇴장 기록에 존재하는 oid의 합집합을 props로 넘긴다.

To Reproduce

Steps to reproduce the behavior:

  1. 방을 만들고 2명 이상이 참여하도록 합니다.
  2. 1명이 퇴장합니다.
  3. 퇴장한 유저의 프로필을 눌러서 신고를 시도합니다.

Screenshots

If applicable, add screenshots to help explain your problem.

@jinhyeonkwon jinhyeonkwon added the 😱 bug Something isn't working label Jan 28, 2025
@jinhyeonkwon jinhyeonkwon self-assigned this Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😱 bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant