pubnub / dart

PubNub Dart SDK
Other
27 stars 15 forks source link

includeMessageActions isn't retrieving all of the message actions #45

Closed Radzell closed 3 years ago

Radzell commented 3 years ago

I am using includeMessageActions to fetch a chat history to make a slack like chat service.

I am appending a deleted action on to messages in order to have a soft delete function. but messages I know are deleted are coming back not deleted.