Skip to content

Commit faeeb3f

Browse files
committed
Add FIXME
1 parent 3dcadfb commit faeeb3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/ChannelSettings/context/ChannelSettingsProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const ChannelSettingsProvider = ({
107107
setChannelHandlerId(undefined);
108108
}
109109

110+
// FIXME :: refactor below code by new state management protocol
110111
const channel = await sdkStore.sdk.groupChannel.getChannel(channelUrl);
111112
const channelHandler: GroupChannelHandler = {
112113
onUserLeft: (channel, user) => {

0 commit comments

Comments
 (0)