[Problem/Question]
After deleting 1:1 group channel from the dashboard and deleting one of the participating users, the GroupChannelList for the remaining user still includes that channel
// If problem, please fill out the below. If question, please delete.
[UIKit Version]
3.16.4
[Reproduction Steps]
Create a 1:1 group channel with users A and B
Render the GroupChannelList within a SendbirdProvider context for user A and observe the group channel
From Sendbird Dashboard, delete the group channel and delete user B
Render the GroupChannelList for user A and observe the deleted group channel is still present
Attempting to enter that group channel gives a runtime error:
Cannot read properties of null (reading ‘members’)
TypeError: Cannot read properties of null (reading ‘members’)
Expected the deleted group channel to no longer be present in the GroupChannelList
[Frequency]
Always
[Current impact]
Impacting a central piece of functionality in our app that enables removal of unused channels