feat(creator): 커뮤니티 아이템 표시를 통일한다
This commit is contained in:
@@ -98,6 +98,8 @@ struct CreatorChannelCommunityPostResponse: Decodable, Identifiable {
|
||||
let likeCount: Int
|
||||
let commentCount: Int
|
||||
let isLiked: Bool
|
||||
let isCommentAvailable: Bool
|
||||
let isPinned: Bool
|
||||
|
||||
var id: Int { postId }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user