feat(home): 인기 커뮤니티 섹션을 연결한다
This commit is contained in:
@@ -79,4 +79,9 @@ struct HomePopularCommunityPostItem: Decodable, Hashable {
|
||||
let likeCount: Int
|
||||
let commentCount: Int
|
||||
let createdAt: String
|
||||
let isLiked: Bool
|
||||
|
||||
func relativeCreatedAtText(now: Date = Date()) -> String {
|
||||
DateParser.relativeTimeText(fromUTC: createdAt, fallback: createdAt, now: now)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user