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(
|
||||
|
Reference in New Issue
Block a user