Skip to content

[FIX] 비공개 타 사용자 프로필 정상 응답 복원 - #618

Merged
GiJungPark merged 1 commit into
devfrom
fix/#616
Sep 1, 2026
Merged

GiJungPark merged 1 commit into
devfrom
fix/#616

Conversation

@GiJungPark

@GiJungPark GiJungPark commented Aug 30, 2026 •

Copy link
Copy Markdown
Member

Related Issue

Key Changes

  • 타 사용자 프로필 조회에서 프로필 공개 여부 검증을 제거하고 양방향 차단 관계만 검증하도록 분리했습니다.
  • 비공개 프로필도 기존 ProfileGetResponse 계약으로 응답하며 isProfilePublic=false와 닉네임, 자기소개, 아바타 이미지, 선호 장르를 유지합니다.
  • 비공개·비로그인·공개·본인 조회 및 차단 관계 회귀 테스트를 보완했습니다.

To Reviewers

  • validateProfileAccessible() 자체와 서재·피드 등 기존 사용처는 변경하지 않아 하위 콘텐츠 공개 범위 및 USER-015 동작을 유지합니다.
  • DB 스키마와 배포 설정 변경은 없습니다.

References

@GiJungPark
GiJungPark marked this pull request as ready for review August 30, 2026 06:26
@GiJungPark
GiJungPark merged commit ecfb57d into dev Sep 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] 비공개 타 사용자 프로필 정상 응답 복원

1 participant