Skip to content

Commit

Permalink
feat: 댓글 주인 여부 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
Sehee-Lee-01 committed Mar 2, 2024
1 parent 4835447 commit e2c2cea
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ public record CommentResponse(
@Schema(description = "댓글 작성자 정보(익명 댓글은 null)")
UserSummary owner,

@Schema(description = "댓글 작성자와 로그인 사용자 일치 여부")
boolean isOwner,

@Schema(description = "댓글 내용", example = "우와 이 프로젝트 대박인데요?")
String content,

Expand Down

0 comments on commit e2c2cea

Please sign in to comment.