Skip to content

Commit

Permalink
fix: Cannot open the link in the channel's description
Browse files Browse the repository at this point in the history
Hook up the signal to open a hyper link

Fixes #8939
  • Loading branch information
caybro committed Jan 4, 2023
1 parent ce08265 commit 6fc1d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/AppLayouts/Chat/views/ChatHeaderContentView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ Item {
break;
}
}
onLinkActivated: Global.openLink(link)
}
}

Expand Down

0 comments on commit 6fc1d09

Please sign in to comment.