mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-18 02:35:15 +00:00
Fix #1918
This commit is contained in:
parent
621f0d0864
commit
d2014d3aec
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public struct MediaAttachment: Codable, Identifiable, Hashable, Equatable {
|
||||||
type: "image",
|
type: "image",
|
||||||
url: url,
|
url: url,
|
||||||
previewUrl: url,
|
previewUrl: url,
|
||||||
description: "demo alt text here",
|
description: nil,
|
||||||
meta: nil)
|
meta: nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue