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 include_num_members option to GetConversationInfo #1090

Closed
wants to merge 2 commits into from
Closed

Add include_num_members option to GetConversationInfo #1090

wants to merge 2 commits into from

Conversation

nowakca
Copy link

@nowakca nowakca commented Jul 14, 2022

API changes

This changes GetConversationInfo to add a second boolean to support the include_num_members field. This could be resolved similarly by creating a new method like GetConversationInfoWithMemberInfo, but otherwise resolving this missing field more generally would require a more structural change (a way of supporting arbitrary fields, which would require a more significant change to the API generally)

Since the existing tests did no specific testing for include_locale, I didn't add one for include_num_members, though I did update the test to compile/run successfully.

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.

Do yadmin_calls.go and yadmin_generic.go need this PR?

@kanata2 kanata2 added the feedback given When a review has been conducted and awaiting the response from the comitter(s) label Jul 21, 2022
@kanata2
Copy link
Member

kanata2 commented Jul 21, 2022

Also, this PR is dup of #989, so close this now.

@kanata2 kanata2 closed this Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback given When a review has been conducted and awaiting the response from the comitter(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants