When I set the parentMessageId on a message in a group channel, the collection handler MessageCollectionHandler .onMessageAdded isn't triggered for the new message, just the MessageCollectionHandler .onMessageUpdated for the parent
https://github.com/sendbird/sendbird-chat-sample-android/pull/103
When I set the
parentMessageId
on a message in a group channel, the collection handlerMessageCollectionHandler .onMessageAdded
isn't triggered for the new message, just theMessageCollectionHandler .onMessageUpdated
for the parent https://github.com/sendbird/sendbird-chat-sample-android/pull/103