feat(creator): 커뮤니티 게시글 상세를 연결한다

This commit is contained in:
Yu Sung
2026-07-08 01:56:57 +09:00
parent f2d589eca2
commit c0369e6f58
23 changed files with 2187 additions and 138 deletions

View File

@@ -6,6 +6,11 @@ enum CreatorChannelReplyDetailContext {
postId: Int,
parentComment: GetCommunityPostCommentListItem
)
case communityPostDetail(
creatorId: Int,
postId: Int,
parentComment: CreatorChannelCommunityCommentResponse
)
case fanTalk(
creatorId: Int,
parentFanTalk: CreatorChannelFanTalkItemResponse