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

feat: Support for status and type fields in AppContext APIs #130

Merged
merged 4 commits into from
Dec 18, 2024

Conversation

mohitpubnub
Copy link
Contributor

@mohitpubnub mohitpubnub commented Dec 17, 2024

feat: Support for status and type fields in AppContext APIs

Added support for status and type fields in AppContext APIs

@@ -449,6 +584,18 @@ class ObjectsDx {
if (includeChannelCustomFields != null && includeChannelCustomFields) {
include.add('channel.custom');
}
if (includeChannelStatus) {

Choose a reason for hiding this comment

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

Was it missing before?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah! there were no status or type.

@mohitpubnub
Copy link
Contributor Author

@pubnub-release-bot release dart as v5.1.0

@mohitpubnub mohitpubnub merged commit c9ba9a8 into master Dec 18, 2024
5 checks passed
@mohitpubnub mohitpubnub deleted the CLEN-2387 branch December 18, 2024 10:36
@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