Skip to content

Commit

Permalink
Merge pull request #198 from Nawabali-project/feature/34/cicdNotifica…
Browse files Browse the repository at this point in the history
…tion

FIX : 테스트위한 log 알림 추가
  • Loading branch information
minnieming authored May 6, 2024
2 parents f5ffba4 + b95e17c commit c65a225
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +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("알림으로 보낸다 ::::::::::::::: " );
}

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

0 comments on commit c65a225

Please sign in to comment.