Render Links etc. in Notification Summaries
Changelog-Fixed: Render links in notification summaries Closes: #721
This commit is contained in:
committed by
William Casarin
parent
b6a7f52596
commit
f88718d56e
@@ -210,7 +210,7 @@ struct EventGroupView: View {
|
|||||||
let thread = ThreadModel(event: event, damus_state: state)
|
let thread = ThreadModel(event: event, damus_state: state)
|
||||||
let dest = ThreadView(state: state, thread: thread)
|
let dest = ThreadView(state: state, thread: thread)
|
||||||
NavigationLink(destination: dest) {
|
NavigationLink(destination: dest) {
|
||||||
Text(event.content)
|
Text(render_note_content(ev: event, profiles: state.profiles, privkey: state.keypair.privkey).content)
|
||||||
.padding([.top], 1)
|
.padding([.top], 1)
|
||||||
.foregroundColor(.gray)
|
.foregroundColor(.gray)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user