-
Notifications
You must be signed in to change notification settings - Fork 0
Add limit and offset parameters to whoIsPresent methods #42
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
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
| /// Returns a collection of users currently present in any channel within the given ``ChannelGroup``. | ||
| /// | ||
| /// - Parameters: | ||
| /// - filter: Expression used to filter the results. Returns only the channels whose properties satisfy the given expression |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
filter and sort are not parameters. Don't they?
Package.swift
Outdated
| dependencies: [ | ||
| .package(url: "https://github.com/pubnub/kmp-chat", exact: "0.15.2-swift"), | ||
| .package(url: "https://github.com/pubnub/swift", exact: "9.3.2") | ||
| .package(url: "https://github.com/pubnub/kmp-chat", exact: "0.16.1-swift"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see changes in tests. What about modifying tests so that they cover e.g. limit param?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add them 👍
|
@pubnub-release-bot release as 0.34.0 |
0c47d57 to
8ae928c
Compare
|
🚀 Release successfully completed 🚀 |
feat(presence): add limit and offset parameters to whoIsPresent methods