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

Add Root field to MessageEvent to support thread_broadcast subtype #793

Merged
merged 1 commit into from
Sep 9, 2020

Commits on Sep 7, 2020

  1. Add Root field to MessageEvent to support thread_broadcast subtype

    The `thread_broadcast` subtype includes extra data in the MessageEvent that
    we're currently losing, the `root` field. This is where it puts the message that
    is being shared to a channel as a reply to a thread.
    
    Fixes slack-go#792
    theckman committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    f4af079 View commit details
    Browse the repository at this point in the history