test #95
|
@ -155,6 +155,7 @@ class AudioContentCommentQueryRepositoryImpl(
|
||||||
): List<FindPushTokenByContentIdAndCommentParentIdMyMemberIdResponse> {
|
): List<FindPushTokenByContentIdAndCommentParentIdMyMemberIdResponse> {
|
||||||
var where = audioContent.id.eq(contentId)
|
var where = audioContent.id.eq(contentId)
|
||||||
.and(member.id.ne(myMemberId))
|
.and(member.id.ne(myMemberId))
|
||||||
|
.and(audioContentComment.isActive.isTrue)
|
||||||
|
|
||||||
if (commentParentId != null) {
|
if (commentParentId != null) {
|
||||||
where = where.and(
|
where = where.and(
|
||||||
|
|
Loading…
Reference in New Issue