fix(social): 대댓글 카운트·좋아요 아이콘 노출 정합성 수정#175
Merged
Merged
Conversation
visibleSubCommentCount ↔ 대댓글 목록 불일치를 해결하기 위해 (countVisibleSubCommentsByParentIds에서 비밀 필터 절 제거하여 마스킹되어 노출되는 비밀 대댓글까지 카운트에 포함, CommentQueryService.buildSubCountMap의 visibleSecretParentIds 계산 로직 제거, hasLikes ↔ 좋아요 리스트 불일치를 해결하기 위해 findReportIdsWithLikes / findCommentIdsWithLikes에 user.idnot in :excludedUserIds + user.deletedAt is null 필터 추가, FeedQueryService에 getExcludedUserIds 헬퍼 + UserBlockRepository 주입 추가
Collaborator
|
LGTM! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 요약(Summary)
"답글 N개 더보기"의 N과 펼친 결과 개수 불일치
좋아요 아이콘 상태(hasLikes)와 좋아요 리스트 결과 불일치 두 케이스 수정
🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.