Skip to content

Commit a019b95

Browse files
committed
fix: 채팅방 생성 알림
- 수락 시, 알림이 안가던 문제 수정
1 parent 2e4845f commit a019b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/dfbf/soundlink/domain/chat/service/ChatRoomService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ public ResponseResult createChatRoom(Long userId, Long recordId, String requestN
214214
if (chatRoomId.isPresent()) {
215215
Map<String, Object> map = new HashMap<>();
216216
map.put("chatRoomId", chatRoomId.get());
217+
alertService.send(requestUserId, "accept", map);
217218
return new ResponseResult(map);
218219
}
219220

0 commit comments

Comments
 (0)