Improve post entry views, add post link data
This commit is contained in:
@ -268,7 +268,10 @@ final class Importer {
|
||||
images: images.sorted(),
|
||||
title: page.linkPreviewTitle ?? page.title,
|
||||
content: content,
|
||||
lastModifiedDate: nil)
|
||||
lastModifiedDate: nil,
|
||||
linkPreviewImage: nil,
|
||||
linkPreviewTitle: nil,
|
||||
linkPreviewDescription: nil)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user