Skip to content

Commit 8896304

Browse files
authored
Merge branch 'dev' into feat/144
2 parents 3c2986f + cfa8a0e commit 8896304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/back/domain/studyroom/service/RoomService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public RoomMember joinRoom(Long roomId, String password, Long userId) {
127127
// TODO: Redis에서 온라인 여부 확인하도록 변경
128128
// 현재는 기존 멤버 재입장 허용
129129
// room.incrementParticipant(); // Redis로 이관 - DB 업데이트 제거
130+
room.incrementParticipant();
130131
return member;
131132
}
132133

0 commit comments

Comments
 (0)