라이브 상세
- 본인인증을 하지 않은 유저가 19+방을 조회하는 경우 안내 멘트 수정
This commit is contained in:
@@ -408,7 +408,7 @@ class LiveRoomService(
|
||||
?: throw SodaException("이미 종료된 방입니다")
|
||||
|
||||
if (room.isAdult && member.auth == null) {
|
||||
throw SodaException("본인인증이 필요한 서비스 입니다.\n소다라이브 마이페이지에서 본인인증 후 다시 이용해 주세요.")
|
||||
throw SodaException("본인인증이 필요한 서비스 입니다.")
|
||||
}
|
||||
|
||||
val beginDateTime = room.beginDateTime
|
||||
|
Reference in New Issue
Block a user