mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 09:41:02 +00:00
Image Meta can be nil
This commit is contained in:
parent
00da07c432
commit
00b5e07acd
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ public struct MediaAttachement: Codable, Identifiable {
|
|||
public let url: URL
|
||||
public let previewUrl: URL
|
||||
public let description: String?
|
||||
public let meta: [String: Meta]
|
||||
public let meta: [String: Meta]?
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue