Skip to content

Commit

Permalink
Merge pull request #56 from catchroom/feature/refactor-chat
Browse files Browse the repository at this point in the history
fix : code ์ •๋ฆฌ
  • Loading branch information
sungjiwoon authored Jan 24, 2024
2 parents da3650a + 6b170f5 commit 369d3b4
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 369d3b4

Please sign in to comment.