Fix id of Items, saving
This commit is contained in:
@ -44,7 +44,7 @@ struct PostContentGenerator {
|
||||
}
|
||||
|
||||
private var postDescription: String {
|
||||
"content of post \(post.id) (\(language.shortText))"
|
||||
"content of post \(post.identifier) (\(language.shortText))"
|
||||
}
|
||||
|
||||
private func handleLink(
|
||||
|
@ -95,7 +95,7 @@ final class PostListPageGenerator {
|
||||
post: post).generate()
|
||||
|
||||
return FeedEntryData(
|
||||
entryId: post.id,
|
||||
entryId: post.identifier,
|
||||
title: localized.title,
|
||||
textAboveTitle: post.dateText(in: language),
|
||||
link: linkUrl,
|
||||
|
Reference in New Issue
Block a user