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

Commits on Sep 7, 2020

  1. Unlearn replying to thread_broadcast messages with its own 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 committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4e89ec8 View commit details
    Browse the repository at this point in the history