How to update the group channel list?

I’m in flutter and Im using onMessageReceived to receive the updated list. but when i sent a message to the other user. the onMessageReceived on my GroupChannel event is not functioning. is there a way to update the list upon sending a message.

@Arone_Jerome Hi
Thank you for visiting sendbird community.
For the sender that sent the message, an onChannelChanged() event will occur. Please try updating the list with this event.

1 Like

Thanks @Yongjun_Choi . My mistake is using onMessageReceived to update my group channel list. It’s working now. Thanks again :fire: :fire: :fire: