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

[BE/#433] 채팅방 읽음처리 재수정 #444

Merged
merged 1 commit into from
Dec 10, 2023
Merged

Conversation

namewhat99
Copy link
Collaborator

이슈

체크리스트

  • 사람별로 다르게 처리해서 보내줌

@namewhat99 namewhat99 added review code-review BE BE 관련 chatting 채팅 labels Dec 10, 2023
@namewhat99 namewhat99 self-assigned this Dec 10, 2023
Comment on lines +139 to +144
if (cur.allread === 0) {
chatListInfo.all_read = false;
cur.allread = false;
} else {
cur.allread = true;
}
Copy link
Member

Choose a reason for hiding this comment

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

사용자마다 채팅을 읽었는지 여부를 체크해줄 수 있어 좋은 것 같습니다

@koomin1227 koomin1227 merged commit 1586c7e into BE Dec 10, 2023
1 check passed
@namewhat99 namewhat99 deleted the BE-fixChatRoom-#433 branch December 11, 2023 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE BE 관련 chatting 채팅 review code-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants