diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentRepository.kt b/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentRepository.kt index 1d6268d..5d0e9ce 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentRepository.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/content/comment/AudioContentCommentRepository.kt @@ -155,6 +155,7 @@ class AudioContentCommentQueryRepositoryImpl( ): List { var where = audioContent.id.eq(contentId) .and(member.id.ne(myMemberId)) + .and(audioContentComment.isActive.isTrue) if (commentParentId != null) { where = where.and(