Skip to content

Commit

Permalink
Merge pull request #57 from catchroom/develop
Browse files Browse the repository at this point in the history
Develop 배포
  • Loading branch information
sungjiwoon authored Jan 24, 2024
2 parents 68e9ab4 + 369d3b4 commit 7709fbb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public String getRoomId(String destination) {
* 채팅방에 메시지 발송
*/
public void sendChatMessage(ChatMessageDto chatMessage, String accessToken) {
chatMessage.setUserCount(chatRoomRepository.getUserCount(chatMessage.getRoomId()));
chatRoomRepository.setLastChatMessage(chatMessage.getRoomId(), chatMessage);

if (chatMessage.getType().equals(MessageType.DELETE)) {
Expand Down

0 comments on commit 7709fbb

Please sign in to comment.