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

Fetch messages with message actions #12

Closed
edissonaguilar opened this issue Aug 17, 2020 · 2 comments
Closed

Fetch messages with message actions #12

edissonaguilar opened this issue Aug 17, 2020 · 2 comments
Assignees
Labels
status: done This issue is considered resolved.

Comments

@edissonaguilar
Copy link

Hi, I was searching in the documentation and I didn't find how to get history of a channel with actions like in JS:

pubnub.fetchMessages( { channels: ['ch-1'], start: "15343325214676133", includeMessageActions: true, count: 25 }, (status, response) => { // handle response } );

Thanks!

@mohitpubnub mohitpubnub self-assigned this Aug 18, 2020
@mohitpubnub mohitpubnub added status: accepted This issue is accepted as valid, but it's not being worked on yet. type: feature request labels Aug 18, 2020
@mohitpubnub
Copy link
Contributor

mohitpubnub commented Aug 18, 2020

Hi! Thank You for opening this issue. We are about to make a release v1.4.4 which includes this feature also.
So there will be parameter includeMessageActions in batch history api.

@client-engineering-bot
Copy link
Contributor

@edissonaguilar this issue is addressed in v1.4.4

@client-engineering-bot client-engineering-bot added status: done This issue is considered resolved. and removed status: accepted This issue is accepted as valid, but it's not being worked on yet. labels Aug 18, 2020
@Adidi Adidi mentioned this issue Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: done This issue is considered resolved.
Projects
None yet
Development

No branches or pull requests

3 participants