시그니처

- 19금 여부 추가
This commit is contained in:
2024-03-13 16:21:10 +09:00
parent 536923c00b
commit 5732ecfbfa
7 changed files with 45 additions and 20 deletions

View File

@@ -1009,7 +1009,8 @@ class LiveRoomService(
return signatureCanRepository.findImageByCreatorIdAndCan(
creatorId = host.id!!,
can = request.can,
imageHost = cloudFrontHost
imageHost = cloudFrontHost,
isAdult = room.isAdult
)
}