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 Permalink to Msg struct #1069

Merged
merged 3 commits into from Jun 14, 2022
Merged

Add Permalink to Msg struct #1069

merged 3 commits into from Jun 14, 2022

Commits on May 27, 2022

  1. Add Permalink to Msg struct

    At least in the Slack list-stars method if not others, a permalink is included with each item returned. This permalink is not available via slack-go because it is not a field on the struct used to parse that response, so this change adds that missing field.
    jreinstra committed May 27, 2022
    Copy the full SHA
    86ba16d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Update messages.go

    Co-authored-by: Naoki Kanatani <k12naoki@gmail.com>
    jreinstra and kanata2 committed Jun 6, 2022
    Copy the full SHA
    c473c5a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Update messages.go

    Co-authored-by: Naoki Kanatani <k12naoki@gmail.com>
    jreinstra and kanata2 committed Jun 14, 2022
    Copy the full SHA
    1035b22 View commit details
    Browse the repository at this point in the history