Skip to content

Commit

Permalink
FIX : 테스트위한 log 알림 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
minnieming committed May 6, 2024
1 parent fd137b7 commit b95e17c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void message(Long chatRoomId, ChatDto.ChatMessageDto message, Principal p

messagingTemplate.convertAndSend("/sub/chat/room/" + chatRoomId, chatMessageResponseDto);
notificationService.notifyMessage(chatRoom.getId(), receiver, userOptional.getNickname());
log.info("알림으로 보낸다 : " );
log.info("알림으로 보낸다 ::::::::::::::: " );
}

notificationService.notifyAllMyMessage(userOptional.getNickname());
Expand Down

0 comments on commit b95e17c

Please sign in to comment.