Make links clickable in follow user view
This commit is contained in:
@@ -144,7 +144,7 @@ struct ProfileView: View {
|
||||
}
|
||||
}
|
||||
|
||||
static let markdownHelper = Markdown()
|
||||
static let markdown = Markdown()
|
||||
|
||||
var DMButton: some View {
|
||||
let dm_model = damus_state.dms.lookup_or_create(profile.pubkey)
|
||||
@@ -197,7 +197,7 @@ struct ProfileView: View {
|
||||
ProfileNameView(pubkey: profile.pubkey, profile: data, contacts: damus_state.contacts)
|
||||
.padding(.bottom)
|
||||
|
||||
Text(ProfileView.markdownHelper.process(data?.about ?? ""))
|
||||
Text(ProfileView.markdown.process(data?.about ?? ""))
|
||||
.font(.subheadline)
|
||||
|
||||
Divider()
|
||||
|
||||
Reference in New Issue
Block a user