bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

letting slack-go escape the msg #94

Open rayjanoka opened 1 year ago

rayjanoka commented 1 year ago

I was seeing encoded strings like %26gt%3B in my slack channel.

I removed the existing replacements and enable the slack-go escaper.

https://github.com/slack-go/slack/blob/c4095cb17cf21c2b2b9c459d5512d14ca5143f64/slackutilsx/slackutilsx.go#L53-L59

rayjanoka commented 1 year ago

fix for https://github.com/bcicen/slackcat/issues/87

I put a 1.7.4 release over on my fork for now.