Browse Source

Show non-image link inline

Changelog-Changed: Show non-image links inline
post-button-style
William Casarin 2 years ago
parent
commit
b42f0ec5eb
  1. 4
      damus/Views/NoteContentView.swift

4
damus/Views/NoteContentView.swift

@ -41,11 +41,11 @@ func render_note_content(ev: NostrEvent, profiles: Profiles, privkey: String?) -
if is_image_url(url) {
// Append Image
img_urls.append(url)
return str
} else {
link_urls.append(url)
return str + url.absoluteString
}
return str
}
}

Loading…
Cancel
Save