test #95

Merged
klaus merged 2 commits from test into main 2023-11-27 12:48:25 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1a5b4b364a - Show all commits

View File

@ -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(