Whenever a new group is created the channel list is not getting updated. https://sendbird.com/docs/syncmanager/v1/javascript/guides/channel-sync#2-initialization the ‘insert’ event is not getting hit.
When a group channel is not in the collection, no event gets fired.
Is this occurring when the logged in user creates the channel, or when the logged in user is added to a newly created channel?
-Tyler
@Tyler, It occurs when the logged in user is added to a newly created channel from sendbird UI. The event is not getting hit in the javascript SDK.