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

Fixed weird bug with PresenceObserver channel filtering #13

Merged
merged 1 commit into from
Jun 5, 2013

Conversation

jonathanrauch
Copy link

Certain PNChannels returned from SubscribeRequest responses with
isPresenceObserver == NO were not passing the filter predicate in the channelsWithOutPresenceFromList method. Using
the literal NO inside the predicate string fixes this.

Certain PNChannels from SubscribeRequest responses with
isPresenceObserver == NO were not passing this filter predicate. Using
the literal NO inside the predicate string fixes this.
parfeon added a commit that referenced this pull request Jun 5, 2013
Fixed weird bug with PresenceObserver channel filtering
@parfeon parfeon merged commit 758bfe3 into pubnub:master Jun 5, 2013
@geremyCohen
Copy link
Contributor

thank you @jonathanrauch !

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