Save automatically, improve mocks
This commit is contained in:
@ -50,7 +50,7 @@ final class LinkPreview: ObservableObject {
|
||||
extension LinkPreview {
|
||||
|
||||
/// The object to serialize a link preview for storage
|
||||
struct Data: Codable {
|
||||
struct Data: Codable, Equatable {
|
||||
let title: String?
|
||||
let description: String?
|
||||
let image: String?
|
||||
|
Reference in New Issue
Block a user