Skip to content
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

Unlearn replying to thread_broadcast messages with its own broadcast #19

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

theckman
Copy link
Contributor

@theckman theckman commented Sep 7, 2020

The Go Slack client is missing the field on the MessageEvent that would allow us
to identify who the sender of the message was. Specifically, the root key as
shown here: https://api.slack.com/events/message/thread_broadcast

Until that can be done, this disables the bot's ability to reply to broadcasted
messages with a broadcast.

The Go Slack client is missing the field on the MessageEvent that would allow us
to identify who the sender of the message was. Specifically, the `root` key as
shown here: https://api.slack.com/events/message/thread_broadcast

Until that can be done, this disables the bot's ability to reply to broadcasted
messages with a broadcast.
@theckman
Copy link
Contributor Author

theckman commented Sep 7, 2020

@ardan-bkennedy ardan-bkennedy merged commit 20776b4 into master Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants