Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

refactor: 게시글 조회 응답에 댓글 deprecated 여부 포함하도록 #599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
whqtker wants to merge 1 commit into solid-connection:develop
base: develop
Choose a base branch
Loading
from whqtker:refactor/499-include-comments-are-deprecated-or-not
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public record PostFindCommentResponse(
Long parentId,
String content,
Boolean isOwner,
Boolean isDeleted,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
PostFindSiteUserResponse postFindSiteUserResponse
Expand All @@ -21,6 +22,7 @@ public static PostFindCommentResponse from(Boolean isOwner, Comment comment, Sit
getParentCommentId(comment),
getDisplayContent(comment),
isOwner,
comment.isDeleted(),
comment.getCreatedAt(),
comment.getUpdatedAt(),
getDisplaySiteUserResponse(comment, siteUser)
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /