uniqueBody of messages is not unique #1576
Labels
no-recent-activity
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
under investigation
Describe the bug
I created a mail conversation from A to B.
A sent a message to B, B responded, A responded Back, B responded back, A responded back.
As expected the whole conversation is sent, getBody()->getContent() correctly returns all that.
I included uniqueBody in the expectation that only the new content would be present there I was wrong: Still the whole conversation is included.
Expected behavior
Only include the newest response.
How to reproduce
Just create a simple back and forth conversation between two mails and call, get the contents of the inbox loop over the mails and call
(using laravel here).
This is a sever bug.
SDK Version
2.13.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: