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