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

Change type of ExcludeArchived field to bool in GetConversationsParameters #832

Conversation

mzduke
Copy link
Contributor

@mzduke mzduke commented Oct 20, 2020

I believe the type GetConversationsParameters by mistake has a string type for ExcludeArchived property while in the style of this library is to use bool values for flags and then convert it using strconv.FormatBool().

The fix is quite simple, but it's a breaking change, so I'm not sure what would be the proper flow to incorporate this PR in the terms of the repository.

Copy link
Member

@kanata2 kanata2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems good, but I am going to wait until next minor version release to merge due to contain breaking changes as you said.

@joshleeb
Copy link

joshleeb commented Apr 5, 2021

Bumping this PR as it looks like there have been a few releases since it's creation 🙂

@kanata2 kanata2 merged commit caf08b1 into slack-go:master Apr 18, 2021
@kanata2 kanata2 mentioned this pull request Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants