slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.64k stars 1.13k forks source link

adds postephemeral handler to slacktest to audit outgoing messages #1105

Open mtintes opened 2 years ago

mtintes commented 2 years ago
The Changes

PostEphemeral was not exposing messages in the outgoing messages on slacktest. This is mostly a copy-paste from how postMessage handles that with the addition that we use the userId that gets handed into the method.

mtintes commented 1 year ago

Just wanted to check in on this to see if there were any questions or concerns surrounding it that I could help clear up. I kind of just threw this in because I needed it to write some tests and most of our sends are ephemeral messages.

mtintes commented 1 year ago

Hey just wanted to circle back and see if you had any thoughts on this? Happy to do the work if you have alternative ideas.

mtintes commented 10 months ago

hey @kanata2 I know it's been a while, but just want to follow up on this. Happy to update it and whatnot. Or if you have another idea I would happily work through it.