크리에이터 채널 라이브 리스트
- 입장 가능한 라이브만 조회되도록 수정
This commit is contained in:
		| @@ -351,6 +351,10 @@ class ExplorerQueryRepository( | ||||
|             where = where.and(liveRoom.isAdult.isFalse) | ||||
|         } | ||||
|  | ||||
|         if (userMember.role == MemberRole.CREATOR) { | ||||
|             where = where.and(liveRoom.isAvailableJoinCreator.isTrue) | ||||
|         } | ||||
|  | ||||
|         val result = mutableListOf<LiveRoom>() | ||||
|  | ||||
|         if (offset == 0L) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user