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

Use MessageReponse mapper instead of Message when calling list endpoint #210

Merged
merged 7 commits into from
Jan 8, 2023

Conversation

dennisvdvliet
Copy link
Contributor

The Message mapper is missing the id and href properties since that mapper is used to map requests. We were still using the Message mapper in the list endpoint which resulted in those properties being removed from the response.

The Message mapper is missing the `id` and `href` properties since that
mapper is used to map requests. We were still using the Message mapper
in the list endpoint which resulted in those properties being removed
from the response.
@CoolGoose CoolGoose added the fix label Jan 6, 2023
@CoolGoose CoolGoose self-requested a review January 6, 2023 22:31
@dennisvdvliet
Copy link
Contributor Author

Thanks @CoolGoose.

I do not have merging powers so feel free to do so when you are ready.

@CoolGoose CoolGoose merged commit 26068f6 into messagebird:master Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants