We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcadfb commit faeeb3fCopy full SHA for faeeb3f
src/modules/ChannelSettings/context/ChannelSettingsProvider.tsx
@@ -107,6 +107,7 @@ const ChannelSettingsProvider = ({
107
setChannelHandlerId(undefined);
108
}
109
110
+ // FIXME :: refactor below code by new state management protocol
111
const channel = await sdkStore.sdk.groupChannel.getChannel(channelUrl);
112
const channelHandler: GroupChannelHandler = {
113
onUserLeft: (channel, user) => {
0 commit comments