Fix #1918
This commit is contained in:
parent
621f0d0864
commit
d2014d3aec
|
@ -50,7 +50,7 @@ public struct MediaAttachment: Codable, Identifiable, Hashable, Equatable {
|
|||
type: "image",
|
||||
url: url,
|
||||
previewUrl: url,
|
||||
description: "demo alt text here",
|
||||
description: nil,
|
||||
meta: nil)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue