mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 00:01:00 +00:00
Make attachment preview url optional
This commit is contained in:
parent
ca96821906
commit
608963567f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public struct Attachment: Codable, Hashable {
|
||||||
public let type: AttachmentType
|
public let type: AttachmentType
|
||||||
public let url: URL
|
public let url: URL
|
||||||
public let remoteUrl: URL?
|
public let remoteUrl: URL?
|
||||||
public let previewUrl: URL
|
public let previewUrl: URL?
|
||||||
public let textUrl: URL?
|
public let textUrl: URL?
|
||||||
public let meta: Meta?
|
public let meta: Meta?
|
||||||
public let description: String?
|
public let description: String?
|
||||||
|
|
Loading…
Reference in a new issue