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
Please check everything that applies to your issue:
I looked in closed issues and it has not already been answered
My issue appeared with a terminal-notifier update
I'm using a tool that uses terminal-notifier (guard-notifier, node-notifier...)
To help us debug your issue please include:
the macOS version you use 13.2.1 (22D68)
terminal-notifier version 2.0.0
how did you install terminal-notifier (binary download, homebrew, ruby gem...)? homebrew
step-by-step reproduction instructions
Steps to reproduce
execute terminal-notifier -title 'It is time for' -message 'Code Review' -open 'msteams:/...
get error 'msteams:/...' is not a valid URI
Actual result
validation error of the URL protocol
Expected result
Successfully open the link
Explanation
msteams deep link is not working correctly when using a double slash after msteams:,
when used with two slashes it is not forwarding to the channel I need to.
Thanks!
The text was updated successfully, but these errors were encountered:
Please check everything that applies to your issue:
To help us debug your issue please include:
13.2.1 (22D68)
2.0.0
homebrew
Steps to reproduce
terminal-notifier -title 'It is time for' -message 'Code Review' -open 'msteams:/...
'msteams:/...' is not a valid URI
Actual result
validation error of the URL protocol
Expected result
Successfully open the link
Explanation
msteams deep link is not working correctly when using a double slash after
msteams:
,when used with two slashes it is not forwarding to the channel I need to.
Thanks!
The text was updated successfully, but these errors were encountered: