(user: GitifyNotificationUser)
| 46 | } |
| 47 | |
| 48 | export function openUserProfile(user: GitifyNotificationUser) { |
| 49 | openExternalLink(user.htmlUrl); |
| 50 | } |
| 51 | |
| 52 | export function openHost(hostname: Hostname) { |
| 53 | openExternalLink(`https://${hostname}` as Link); |
no test coverage detected