Skip to content

Commit

Permalink
Merge pull request #162 from masters2023-4th-project-carrot-talk/dev
Browse files Browse the repository at this point in the history
[be][hot] 로딩 에러 해결 시도
  • Loading branch information
devbattery committed Oct 5, 2023
2 parents 8910b23 + 3746413 commit e254d58
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public void onMessage(Message message, byte[] pattern) {
eventPublisher.publishEvent(new MessageReceivedEvent(this, roomMessage));

// Send Notification
if (chatMessageService.isAnyoneInChatRoom(roomMessage.getChatroomId())) {
return;
}
// if (chatMessageService.isAnyoneInChatRoom(roomMessage.getChatroomId())) {
// return;
// }

send(roomMessage);

Expand Down

0 comments on commit e254d58

Please sign in to comment.