-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horn doesn't accept web links #81
Comments
Just for clarification: Slack uses its own formatting language instead of Markdown. Links are represented as
|
I'm working on a fix and will open a PR at https://github.com/integram-org/webhook . It might take me a while since I'm not familiar with Go. |
FYI, I implemented this, which fixes the issue: https://play.golang.org/p/nj0YB1xkLsK I'll add a few more checks (e.g. Slack doesn't convert links if there's a new line between the opening |
@tiagoshibata sorry for a long reply. |
Yes, I can create the PR :) I have the code ready, I'll polish it later today and open the PR. |
I'll give it a bit more thought before opening the PR. I found out e.g. CircleCI sends the following request to Slack:
Which doesn't have the |
Opened at integram-org/webhook#2 , please take a look whenever you can :) |
Using Slack-formatted web links doesn't work in Horn. Examples:
In both cases, all text between
<
and>
is removed.The text was updated successfully, but these errors were encountered: