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

Conversation messages with status == 'rejected' cause error during ListConversationMessages call #109

Open
yubinchen18 opened this issue Jan 18, 2022 · 0 comments

Comments

@yubinchen18
Copy link

yubinchen18 commented Jan 18, 2022

During a call with the client to:

messageBirdClient.ListConversationMessages(conversationId);

got error

Error converting value "rejected" to type 'MessageBird.Objects.Conversations.ConversationMessageStatus'. Path 'items[1].status', line 1, position 1187.

Because response contains a message with status = 'rejected', as 'rejected' is missing in public enum ConversationMessageStatus.

Please fix asap!

image

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

No branches or pull requests

1 participant