pubnub / dart

PubNub Dart SDK
Other
28 stars 15 forks source link

Fetch messages with message actions #12

Closed edissonaguilar closed 4 years ago

edissonaguilar commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

@edissonaguilar this issue is addressed in v1.4.4