Grouping options
What are you trying to achieve?
We have a config groupMessages and maxTimeIntervalBetweenMessagesInGroup to group messages. However, this doesn't work when we have custom message views. I would like to have info option on the message e.g. isRootOfGroup to see when message if first in group. That would be useful to have since I need to show avatar only for the first message in the group.
If possible, how can you achieve this currently?
There is no easy solution for this. It would involve pre-fetching messages and add meta data to them.
What would be the better way?
If you add info option on the Message object to identify, if message is the first in the group.
GetStream Environment
GetStream Chat version: 4.45.0 GetStream Chat frameworks: StreamChat, StreamChatSwiftUI iOS version: 17.x Swift version: 5.9 Xcode version: 15.x Device: iPhone
Additional context
Hey @borut-t,
Thanks for reporting. Yes, at the moment we don't support this and in order to do it, we would need to do breaking changes to the public API.
Therefore, this will be tracked internally and introduced in a next major version release (v5).
Best, Martin
Thanks @martinmitrevski. I hope it goes through the implementation process for v5 🤞
Any updates on this? We would love to use group messages but want to supply a header above the group (and then just show the date underneath). This is the pattern Microsoft Teams follows in their mobile application, and I could see a common case for it.