지금 라이브 중 - 본인인증을 하지 않아도 19금 방송이 표시되도록 수정
This commit is contained in:
@@ -206,7 +206,7 @@ class LiveRoomService(
|
||||
timezone,
|
||||
memberId = member?.id,
|
||||
isCreator = member?.role == MemberRole.CREATOR,
|
||||
isAdult = member?.auth != null && isAdultContentVisible,
|
||||
isAdult = true,
|
||||
effectiveGender = effectiveGender
|
||||
)
|
||||
} else if (dateString != null) {
|
||||
|
||||
Reference in New Issue
Block a user