feat(creator): 커뮤니티 게시글 상세를 연결한다
This commit is contained in:
@@ -6,6 +6,11 @@ enum CreatorChannelReplyDetailContext {
|
||||
postId: Int,
|
||||
parentComment: GetCommunityPostCommentListItem
|
||||
)
|
||||
case communityPostDetail(
|
||||
creatorId: Int,
|
||||
postId: Int,
|
||||
parentComment: CreatorChannelCommunityCommentResponse
|
||||
)
|
||||
case fanTalk(
|
||||
creatorId: Int,
|
||||
parentFanTalk: CreatorChannelFanTalkItemResponse
|
||||
|
||||
Reference in New Issue
Block a user