sendbird / sendbird-chat-sample-android

https://sendbird.com/docs/chat/sdk/v4/android/overview
MIT License
13 stars 13 forks source link

GroupChannel: message isn't added when the parrentMessageId is set #104

Open mihaimoiseanu opened 2 years ago

mihaimoiseanu commented 2 years ago

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