Skip to content

Conversation

@jguz-pubnub
Copy link
Contributor

feat(presence): add limit and offset parameters to whoIsPresent methods

Co-Authored-By: Claude <noreply@anthropic.com>
@pubnub-ops-terraform
Copy link
Contributor

pubnub-ops-terraform commented Jan 21, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 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

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"),

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll add them 👍

@jguz-pubnub
Copy link
Contributor Author

@pubnub-release-bot release as 0.34.0

@jguz-pubnub jguz-pubnub merged commit 1b38785 into master Jan 26, 2026
8 checks passed
@jguz-pubnub jguz-pubnub deleted the fix/here-now branch January 26, 2026 17:36
@pubnub-release-bot
Copy link

🚀 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.

4 participants