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

Fix parameter name in manageChannelMembers #318

Merged
merged 7 commits into from
Dec 6, 2024

Conversation

marcin-cebo
Copy link
Contributor

@marcin-cebo marcin-cebo commented Dec 5, 2024

feat: Added membershipType to Memberships and ChannelMembers APIs.

Added also a way to specify optional data being added to the response for Membership and ChannelMembers APIs.

@@ -1886,7 +1886,7 @@ actual interface PubNub : StatusEmitter, EventEmitter {
fun manageChannelMembers(
channel: String,
usersToSet: Collection<MemberInput>,
usersToRemove: Collection<String>,
usersIdsToRemove: Collection<String>,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
usersIdsToRemove: Collection<String>,
userIdsToRemove: Collection<String>,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch. I will change it.

@marcin-cebo
Copy link
Contributor Author

@pubnub-release-bot release kotlin as v10.3.1

@marcin-cebo
Copy link
Contributor Author

@pubnub-release-bot release kotlin as v10.3.0

@marcin-cebo marcin-cebo merged commit 8f73f23 into master Dec 6, 2024
6 checks passed
@marcin-cebo marcin-cebo deleted the mc/mebrshipType-fix01 branch December 6, 2024 09:29
@pubnub-release-bot
Copy link
Contributor

🚀 Release successfully completed 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants