feat(creator): 커뮤니티 게시글 상세를 연결한다
This commit is contained in:
@@ -138,7 +138,13 @@ enum AppStep {
|
||||
|
||||
case creatorChannelReplyDetail(
|
||||
context: CreatorChannelReplyDetailContext,
|
||||
onFanTalkRefresh: (() -> Void)? = nil
|
||||
onFanTalkRefresh: (() -> Void)? = nil,
|
||||
onCommunityRefresh: (() -> Void)? = nil
|
||||
)
|
||||
|
||||
case creatorChannelCommunityPostDetail(
|
||||
postId: Int,
|
||||
onCommunityRefresh: (() -> Void)? = nil
|
||||
)
|
||||
|
||||
case canCoupon(refresh: () -> Void)
|
||||
|
||||
Reference in New Issue
Block a user