Fix id of Items, saving
This commit is contained in:
@ -37,7 +37,7 @@ final class LinkPreview: ObservableObject {
|
||||
// MARK: Storage
|
||||
|
||||
var data: Data {
|
||||
.init(title: title, description: description, image: image?.id)
|
||||
.init(title: title, description: description, image: image?.identifier)
|
||||
}
|
||||
|
||||
init(context: LoadingContext, data: Data) {
|
||||
|
Reference in New Issue
Block a user