라이브 방 정보 - 방 나가기 로직 수정
This commit is contained in:
		| @@ -112,6 +112,7 @@ class LiveRoomQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : L | ||||
|     override fun getLiveRoom(id: Long): LiveRoom? { | ||||
|         return queryFactory | ||||
|             .selectFrom(liveRoom) | ||||
|             .innerJoin(liveRoom.member, member) | ||||
|             .where( | ||||
|                 liveRoom.id.eq(id) | ||||
|                     .and(liveRoom.isActive.isTrue) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user