mbland / slack-emoji-issues

Library for using Slack reaction_added events to file GitHub issues
https://www.npmjs.com/package/slack-github-issues
ISC License
4 stars 3 forks source link

Issue.body to contain actual Slack message body. #21

Open davesade opened 6 years ago

davesade commented 6 years ago

Hello! I find it cumbersome to click on the URL leading to Slack, to read issue description there. Would it be possible to send with URL itself also the body of the Slack message, please?

I had a look into code, I can see you send some metadata.url to GitHub issue, but I couldn't find, how to attach Slack message body to metadata...

Thanks!