"
+ func populate(_ result: inout String) {
+ result += "
"
switch data.media {
case .images(let images):
ImageGallery(id: data.entryId, images: images).populate(&result)
@@ -41,7 +41,6 @@ struct FeedEntry {
if let url = data.link {
result += ""
}
- result += "
\(url.text)