You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buttons: Add support for opening external links in browser.
This commit uses the open_in_browser() function from previous
commits and allows opening external links in the browser on pressing
ENTER on the MessageLinkButton.
After this commit ZT, should be able to narrow to a message if the
link is an internal link, and open in browser if the link is an
external link. This commit does not handles internal media links in
any way currently.
Tests amended.
0 commit comments