콘텐츠 댓글의 답글 푸시

- 댓글을 지우면 답글 푸시가 가지 않도록 수정
This commit is contained in:
Klaus 2023-11-27 21:11:05 +09:00
parent f196b20024
commit 1a5b4b364a
1 changed files with 1 additions and 0 deletions

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(