This commit is contained in:
Thomas Ricouard 2024-01-23 06:32:58 +01:00
parent 621f0d0864
commit d2014d3aec
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}