Skip to content

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

@yubinchen18

Description

@yubinchen18

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions