Is there any property or any way to verify that the lasts sent messages are from the same user?. For example, I want to only display the name of a user at the first sent message of that "group" of messages or to only display the bubble tail on the last message of the "group". I would like to almost replicate the behaviour of iMessage. Thank you!

@adri4silva you can use isFromCurrentSender(message:) of MessagesDataSource
Sent with GitHawk
In an older (possible outdated branch) I did just that with the GroupMessageDataSource. You could follow with similar logic
https://github.com/MessageKit/MessageKit/commit/31480f28c08fcc8ea3a49e517d6738fbe1db4449#diff-81bad7f501caa7649f9acc2880b07456
Thanks @nathantannar4, that's what I was looking for 馃憤馃徑
Closing this out then, feel free to reopen if you have any more questions!
Sent with GitHawk
Most helpful comment
In an older (possible outdated branch) I did just that with the
GroupMessageDataSource. You could follow with similar logichttps://github.com/MessageKit/MessageKit/commit/31480f28c08fcc8ea3a49e517d6738fbe1db4449#diff-81bad7f501caa7649f9acc2880b07456