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 ListTeams and TeamAccess{Granted,Revoked}Events and fix missing enterprise ID #1119

Merged
merged 4 commits into from Dec 16, 2022

Commits on Dec 7, 2022

  1. Copy the full SHA
    7a7c3e2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    26ae199 View commit details
    Browse the repository at this point in the history
  3. slackevents: fix bug where enterprise id is not filled on inner events

    Before this change, innerEvent.EnterpriseID was always empty string. Now,
    it is filled when available from the outer event.
    stephenwan-opal committed Dec 7, 2022
    Copy the full SHA
    86690c7 View commit details
    Browse the repository at this point in the history
  4. conversation: support passing team id in CreateConversation

    This is a breaking change that hopefully future proofs this codepath
    from future breaking changes, since adding additional params to the
    struct should be backwards compatible.
    stephenwan-opal committed Dec 7, 2022
    Copy the full SHA
    2d81614 View commit details
    Browse the repository at this point in the history